Add config/* to the Grunt target.

Also, this change can be check config errors by syntax.
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-01-23 18:00:54 -03:00
parent 4c6d4f3caf
commit f59f035a7e
2 changed files with 27 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ module.exports = function(grunt) {
target: ["js/*.js", "modules/default/*.js", "modules/default/*/*.js",
"serveronly/*.js", "*.js", "tests/*/*.js", "!modules/default/alert/notificationFx.js",
"!modules/default/alert/modernizr.custom.js", "!modules/default/alert/classie.js",
"config/*",
]
},
stylelint: {