parent
955ff20068
commit
069a48da60
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