chore(build): make .min.css have version number

This commit is contained in:
Andy Joslin
2014-02-20 13:36:52 -05:00
parent 37fd36e4ae
commit 2116853d93

View File

@@ -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',