Remove generated parser.js as part of clean task.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
||||
]
|
||||
},
|
||||
|
||||
clean: ["dist"],
|
||||
clean: ["dist", "lib/handlebars/compiler/parser.js"],
|
||||
transpile: {
|
||||
amd: {
|
||||
type: "amd",
|
||||
|
||||
Reference in New Issue
Block a user