mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): make .min.css have version number
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user