mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Refactor all Less to manage import order itself
This commit is contained in:
@@ -30,7 +30,13 @@ module.exports = function(grunt) {
|
||||
'clean:tmp',
|
||||
'clean:static',
|
||||
'concurrent:dev',
|
||||
'sync',
|
||||
'copy:icons',
|
||||
'copy:fonts',
|
||||
'concat:css',
|
||||
'cssmin:vendor',
|
||||
'less:dev',
|
||||
'cssmin:source',
|
||||
'sync'
|
||||
]);
|
||||
|
||||
grunt.registerTask('devNoSync', [
|
||||
@@ -45,5 +51,4 @@ module.exports = function(grunt) {
|
||||
'webpack:prod',
|
||||
'concurrent:prod',
|
||||
]);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user