Fix a typo in the packaging task.

This commit is contained in:
Thomas Wilburn 2013-09-11 07:59:13 -07:00
parent b865f87553
commit f5c700e342

View file

@ -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"]);
};
};