Fix clean path in build script

This commit is contained in:
Tom Fulton
2014-04-15 23:40:17 -06:00
parent c6a47c0036
commit 5eed6da175
+1 -1
View File
@@ -167,7 +167,7 @@ module.exports = function(grunt) {
clean: {
build: '<%= grunt.config("basePath").substring(0, 4) == "dist" ? "dist/**/*" : "null" %>',
tmp: ['pkg/tmp']
tmp: ['tmp']
},
assemblyinfo: {