[TASK] Improve *.map cleanup
This commit is contained in:
parent
23c267b6c5
commit
4e959b14d0
@ -4,7 +4,7 @@ module.exports = function (grunt) {
|
|||||||
grunt.config.merge({
|
grunt.config.merge({
|
||||||
clean: {
|
clean: {
|
||||||
build: ["build/**/*", "node_modules/grunt-newer/.cache"],
|
build: ["build/**/*", "node_modules/grunt-newer/.cache"],
|
||||||
release: ["build/vendor", "build/app.js.map", "build/config.json", "build/style.css*"]
|
release: ["build/vendor", "build/*.map", "build/config.json", "build/style.css"]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user