mirror of
https://github.com/ansible/awx.git
synced 2026-06-29 02:18:01 -02:30
enable less sourcemaps, add cleanup for npm cmds run with --prefix
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = function(grunt) {
|
||||
// browser-sync + websocket proxy
|
||||
|
||||
grunt.registerTask('dev', [
|
||||
'clean:tmp',
|
||||
'clean:static',
|
||||
'concurrent:dev',
|
||||
'browserSync:http',
|
||||
@@ -28,6 +29,8 @@ module.exports = function(grunt) {
|
||||
]);
|
||||
|
||||
grunt.registerTask('release', [
|
||||
'clean:tmp',
|
||||
'clean:static',
|
||||
'webpack:prod',
|
||||
'concurrent:prod',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user