2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

No more source maps in grunt prod

refs #4955

- needed to build on ubuntu 14.14 with node 12 (DO image)
- barely used anyway, as release task has it disabled
This commit is contained in:
Hannah Wolfe 2015-03-09 17:37:02 +00:00
parent feebc9ee0d
commit fa9335290d

View file

@ -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',