Fix clean path in build script
This commit is contained in:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user