We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b5a50 commit 0c7c25aCopy full SHA for 0c7c25a
1 file changed
config/grunt/clean.js
@@ -33,6 +33,7 @@ module.exports = {
33
src: [
34
'js/*',
35
'!<%= paths.jsSrc %>**',
36
+ '<%= paths.jsSrc %>*.min.js',
37
'<%= paths.jsSrc %>vendor/'
38
]
39
},
0 commit comments