File tree 2 files changed +1760
-1
lines changed
2 files changed +1760
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ gulp.task('js', function() {
55
55
) )
56
56
. pipe ( replace ( 'root.platform = parse()' , 'platform = parse()' ) )
57
57
. pipe ( replace ( 'var _ = runInContext()' , '_ = runInContext()' ) )
58
+ . pipe ( replace ( 'var _ = context && context._ || require(\'lodash\') || root._;' , '' ) )
58
59
. pipe ( replace ( '(freeWindow || freeSelf || {})._ = _' , '' ) )
59
60
. pipe ( replace ( 'root._ = _' , '' ) )
60
61
@@ -78,7 +79,7 @@ gulp.task('assets', function() {
78
79
'requestOptions' : requestOptions
79
80
}
80
81
)
81
- . pipe ( replace ( '<script src="../../node_modules/lodash/index .js"></script>' , '' ) )
82
+ . pipe ( replace ( '<script src="../../node_modules/lodash/lodash .js"></script>' , '' ) )
82
83
. pipe ( replace ( '<script src="../../node_modules/platform/platform.js"></script>' , '' ) )
83
84
. pipe ( replace ( '<script src="../../benchmark.js"></script>' , '' ) )
84
85
. pipe ( replace ( '<script src="ui.js"></script>' , '' ) )
You can’t perform that action at this time.
0 commit comments