Skip to content

Commit

Permalink
Merge pull request TryGhost#5016 from ErisDS/no-sourcemaps
Browse files Browse the repository at this point in the history
No more source maps in grunt prod
  • Loading branch information
sebgie committed Mar 9, 2015
2 parents feebc9e + fa93352 commit bacd012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ var _ = require('lodash'),
uglify: {
prod: {
options: {
sourceMap: true
sourceMap: false
},
files: {
'core/built/public/jquery.min.js': 'core/built/public/jquery.js',
Expand Down

0 comments on commit bacd012

Please sign in to comment.