mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2025-12-18 21:54:21 +01:00
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:
committed by
Hannah Wolfe
parent
c409afbc5b
commit
53403a7e30
@@ -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}),
|
||||
|
||||
Reference in New Issue
Block a user