diff --git a/gulpfile.js b/gulpfile.js index 1d175f79..bf5cf331 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,8 +51,8 @@ function css(done) { function js(done) { pump([ src([ - 'node_modules/@tryghost/shared-theme-assets/assets/js/lib/**/*.js', - 'node_modules/@tryghost/shared-theme-assets/assets/js/main.js', + 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/lib/**/*.js', + 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/main.js', 'assets/js/lib/*.js', 'assets/js/main.js' ], {sourcemaps: true}),