Skip to content

Commit 906884e

Browse files
committed
Compress all the scripts
1 parent b0333d1 commit 906884e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/grunt/uglify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = {
1212
expand: true,
1313
cwd: 'js/',
1414
src: [
15-
'*.js',
16-
'!*.min.js'
15+
'**/*.js',
16+
'!**/*.min.js'
1717
],
1818
dest: 'js/',
1919
ext: '.min.js',

0 commit comments

Comments
 (0)