mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Adapted JS lib references to renamed paths
This commit is contained in:
parent
4f673635a1
commit
fa9d90c74f
@ -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