We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0333d1 commit 906884eCopy full SHA for 906884e
1 file changed
config/grunt/uglify.js
@@ -12,8 +12,8 @@ module.exports = {
12
expand: true,
13
cwd: 'js/',
14
src: [
15
- '*.js',
16
- '!*.min.js'
+ '**/*.js',
+ '!**/*.min.js'
17
],
18
dest: 'js/',
19
ext: '.min.js',
0 commit comments