Include JS files from the shared assets in the development workflow

fixes https://github.com/TryGhost/Themes/issues/130 & https://github.com/TryGhost/Journal/issues/8#issuecomment-1200346246
This commit is contained in:
Sodbileg Gansukh
2022-08-01 16:41:33 +08:00
committed by Hannah Wolfe
parent c409afbc5b
commit 53403a7e30

View File

@@ -51,6 +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',
'assets/js/lib/*.js',
'assets/js/main.js'
], {sourcemaps: true}),