Skip to content

Commit 0c7c25a

Browse files
committed
Added minified source files to clean
1 parent 43b5a50 commit 0c7c25a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/grunt/clean.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
src: [
3434
'js/*',
3535
'!<%= paths.jsSrc %>**',
36+
'<%= paths.jsSrc %>*.min.js',
3637
'<%= paths.jsSrc %>vendor/'
3738
]
3839
},

0 commit comments

Comments
 (0)