Adapted JS lib references to renamed paths

This commit is contained in:
Ingo Schommer 2016-04-22 10:55:33 +12:00
parent 4f673635a1
commit fa9d90c74f

View File

@ -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))