Skip to content

Commit

Permalink
Reset paths in uglify grunt task
Browse files Browse the repository at this point in the history
change to exclusive list rather than inclusive, only a few libs need to
be minified during our build step
  • Loading branch information
thostetler committed Aug 30, 2021
1 parent 47820be commit 97f037d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions grunt/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@ module.exports = {
src: [
'config/*.js',
'js/**/*.js',
'libs/**/*.js',
'!babel.js',
'!requirejs-plugins/*.js',
'!sprintf.js',
'!sinon.js',
'!enzyme.js',
'!mocha.js',
'!chai.js',
'!mathjax/**/*.js',
'!bootstrap/**/*.js',
'!fontawesome/**/*.js',
'libs/d3-cloud.js',
'libs/react-async.js',
'libs/react-flexview.js',
'libs/cache.js',
'libs/backbone.stickit.js',
'libs/yup.js',
],
dest: 'dist',
},
Expand Down

0 comments on commit 97f037d

Please sign in to comment.