ExLibrisGroup/primo-explore-devenv

create-package should compile custom.js and custom1.css first

Opened this issue · 2 comments

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

I believe my pull request should address this.

@hbeachey it doesn't seem to be completely addressed. See: #77 (comment)