Updated theme development workflow

This commit is contained in:
Sodbileg Gansukh
2022-12-14 19:08:01 +08:00
parent 2f84d794ae
commit 7a5be98d74

View File

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