Skip to content

Commit

Permalink
Adding grunt prod task
Browse files Browse the repository at this point in the history
- compiles assets for production environment
  • Loading branch information
ErisDS committed Sep 17, 2013
1 parent 42a5e74 commit d5518c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ var path = require('path'),

// TODO: Production build task that minifies with uglify:prod

grunt.registerTask("prod", ['sass:admin', 'handlebars', 'concat', "uglify"]);

// When you just say "grunt"
grunt.registerTask("default", ['sass:admin', 'handlebars', 'concat']);
};
Expand Down

0 comments on commit d5518c9

Please sign in to comment.