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
Just running
gulp create-packageshould 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