Merge pull request #997 from coreos-inc/nosourcemap
Disable source map generation
This commit is contained in:
commit
cc80e87ef4
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ module.exports = function(grunt) {
|
|||
uglify: {
|
||||
options: {
|
||||
mangle: false,
|
||||
sourceMap: true,
|
||||
sourceMapName: '../static/dist/<%= pkg.name %>.min.map'
|
||||
sourceMap: false
|
||||
},
|
||||
js_min: {
|
||||
files: {
|
||||
|
|
Reference in a new issue