Skip to content

Commit

Permalink
chore(build): make .min.css have version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Feb 20, 2014
1 parent 37fd36e commit 2116853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,15 @@ module.exports = function(grunt) {
'build'
]);

//NOTE(ajoslin): the order of these tasks is very important.
grunt.registerTask('build', [
'sass',
'cssmin',
'concat:dist',
'concat:distangular',
'copy',
'string-replace',
'version',
'cssmin',
'concat:bundle',
'removelogging',
'uglify',
Expand Down

0 comments on commit 2116853

Please sign in to comment.