mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(build-system): fix task order after fontawesome5 integration (#1724)
This commit is contained in:
parent
66f29dd103
commit
d34b1d5f9d
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ module.exports = function (grunt) {
|
|||
'html2js',
|
||||
'useminPrepare:release',
|
||||
'concat',
|
||||
'postcss:build',
|
||||
'clean:tmpl',
|
||||
'replace',
|
||||
'postcss:build',
|
||||
'uglify'
|
||||
]);
|
||||
grunt.registerTask('after-copy', [
|
||||
|
@ -218,7 +218,7 @@ gruntfile_cfg.postcss = {
|
|||
cssnano() // minify the result
|
||||
]
|
||||
},
|
||||
src: '<%= distdir %>/css/<%= pkg.name %>.css',
|
||||
src: '.tmp/concat/css/app.css',
|
||||
dest: '<%= distdir %>/css/app.css'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue