Updated theme development workflow

This commit is contained in:
Sodbileg Gansukh 2022-12-14 19:08:01 +08:00
parent 90652938ab
commit 449c19ca62
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ function css(done) {
function js(done) { function js(done) {
pump([ pump([
src([ src([
'node_modules/@tryghost/shared-theme-assets/assets/js/lib/**/*.js', 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/lib/**/*.js',
'node_modules/@tryghost/shared-theme-assets/assets/js/main.js', 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/main.js',
'assets/js/lib/*.js', 'assets/js/lib/*.js',
'assets/js/main.js' 'assets/js/main.js'
], {sourcemaps: true}), ], {sourcemaps: true}),