mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +00:00
Add cssmin task to build:dev
This commit is contained in:
parent
d79427e879
commit
c2eb916be1
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ module.exports = function(grunt) {
|
|||
|
||||
// Register tasks.
|
||||
grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres']);
|
||||
grunt.registerTask('build:dev', ['browserify', 'stylus']);
|
||||
grunt.registerTask('build:dev', ['browserify', 'cssmin', 'stylus']);
|
||||
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
||||
|
||||
grunt.registerTask('test:prepare:translations', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue