Updated theme development workflow
This commit is contained in:
parent
90652938ab
commit
449c19ca62
|
@ -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}),
|
||||||
|
|
Loading…
Reference in New Issue