[TASK] Use strict
This commit is contained in:
parent
d57ce0052a
commit
ae59f75594
36 changed files with 74 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
module.exports = function (grunt) {
|
||||
"use strict";
|
||||
|
||||
grunt.config.merge({
|
||||
bowerdir: "bower_components",
|
||||
copy: {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
module.exports = function (grunt) {
|
||||
"use strict";
|
||||
|
||||
grunt.config.merge({
|
||||
clean: {
|
||||
build: ["build/**/*", "node_modules/grunt-newer/.cache"]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
module.exports = function (grunt) {
|
||||
"use strict";
|
||||
|
||||
grunt.config.merge({
|
||||
connect: {
|
||||
server: {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
module.exports = function (grunt) {
|
||||
"use strict";
|
||||
|
||||
grunt.config.merge({
|
||||
checkDependencies: {
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue