Fix a typo in the packaging task.
This commit is contained in:
parent
b865f87553
commit
f5c700e342
1 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,6 @@ module.exports = function(grunt) {
|
|||
});
|
||||
|
||||
grunt.registerTask("default", ["less", "watch"]);
|
||||
grunt.registerTask("package", ["less:all", "compress:package"]);
|
||||
grunt.registerTask("package", ["less:all", "compress:pack"]);
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue