Skip to content

Commit

Permalink
only run uglify on files.
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser committed Nov 1, 2016
1 parent 755cd0d commit 4051ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/grunt/uglify.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = (grunt) ->
files: [{
expand: true
src: 'dist/public/assets/**/*.js'
filter: 'isFile'
}]
return

0 comments on commit 4051ba2

Please sign in to comment.