Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #373 from ruyadorno/fix-uglify-build-step
Browse files Browse the repository at this point in the history
Fixes small uglify build issue
  • Loading branch information
ruyadorno committed Nov 22, 2015
2 parents d2d63d8 + ccff317 commit f22ad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ module.exports = function (grunt) {
'cssmin',
<% if (includeRequireJS) { -%>
'requirejs',
'uglify',
<% } -%>
'uglify',
'copy',
'rev',
'usemin'
Expand Down

0 comments on commit f22ad1b

Please sign in to comment.