From 449c19ca62559b6ce1c944a090942ec27476a4ae Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Wed, 14 Dec 2022 19:08:01 +0800 Subject: [PATCH] Updated theme development workflow --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}),