8000 grunt file · ezhangle/arangodb@7d4d1b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d4d1b3

Browse files
committed
grunt file
1 parent 86123c4 commit 7d4d1b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/apps/system/_admin/aardvark/APP/GruntFile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
'frontend/scss/{,*/}*.{scss,sass}',
507507
'clusterFrontend/scss/{,*/}*.{scss,sass}',
508508
],
509-
tasks: ['sass:dev', 'cssmin', 'gzip']
509+
tasks: ['sass:dev', 'cssmin', 'compress']
510510
},
511511
imagemin: {
512512
files: [
@@ -529,6 +529,7 @@
529529
'concat_in_order:sharedLibs',
530530
'concat_in_order:default',
531531
'concat_in_order:jsCluster',
532+
'compress',
532533
]
533534
},
534535
html: {
@@ -540,6 +541,7 @@
540541
tasks: [
541542
'concat_in_order:htmlCluster',
542543
'concat_in_order:htmlStandalone',
544+
'compress',
543545
'htmlmin'
544546
]
545547
}

0 commit comments

Comments
 (0)
0