File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ module.exports = function(grunt) {
85
85
dest : 'lib/core/backbone.marionette.min.js' ,
86
86
options : {
87
87
banner : '<%= meta.core_bundle %>' ,
88
- sourceMap : 'lib/core/backbone.marionette.map' ,
88
+ sourceMap : true ,
89
+ sourceMapName : 'lib/core/backbone.marionette.map' ,
89
90
sourceMappingURL : '<%= uglify.bundle.options.sourceMappingURL %>' ,
90
91
sourceMapPrefix : 1
91
92
}
@@ -96,7 +97,8 @@ module.exports = function(grunt) {
96
97
dest : 'lib/backbone.marionette.min.js' ,
97
98
options : {
98
99
banner : '<%= meta.banner %>' ,
99
- sourceMap : 'lib/backbone.marionette.map' ,
100
+ sourceMap : true ,
101
+ sourceMapName : 'lib/backbone.marionette.map' ,
100
102
sourceMappingURL : 'backbone.marionette.map' ,
101
103
sourceMapPrefix : 2
102
104
}
You can’t perform that action at this time.
0 commit comments