You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just running gulp create-package should first run the compilation tasks that make custom.js and custom1.css from JS and CSS directory structures.
Instead to have your latest changes show up remotely you have to first run gulp run --view={VIEW} and then run gulp create-package
The text was updated successfully, but these errors were encountered:
barnabyalter
changed the title
create-package doesn't compile custom.js and custom1.css
create-package should compile custom.js and custom1.css first
Mar 2, 2018
Just running
gulp create-package
should first run the compilation tasks that make custom.js and custom1.css from JS and CSS directory structures.Instead to have your latest changes show up remotely you have to first run
gulp run --view={VIEW}
and then rungulp create-package
The text was updated successfully, but these errors were encountered: