Remove generated parser.js as part of clean task.

This commit is contained in:
Christian Wesselhoeft
2013-10-28 17:35:48 -07:00
parent 320c0a6fb5
commit 9f138c007a
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
]
},
clean: ["dist"],
clean: ["dist", "lib/handlebars/compiler/parser.js"],
transpile: {
amd: {
type: "amd",