mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1461 from open-sausages/pulls/4.0/OSS-1750-js-file-rename
Adapted JS lib references to renamed paths
This commit is contained in:
commit
30375937a6
@ -89,7 +89,7 @@ gulp.task('bundle-legacy', function bundleLeftAndMain() {
|
||||
.transform(babelify, babelifyOptions)
|
||||
.external('jQuery')
|
||||
.external('i18n')
|
||||
.external('router')
|
||||
.external('lib/Router')
|
||||
.bundle()
|
||||
.on('error', notify.onError({ message: `${bundleFileName}: <%= error.message %>` }))
|
||||
.pipe(source(bundleFileName))
|
||||
|
Loading…
Reference in New Issue
Block a user