Hi,
when i deploy/compile with WebixJet I usualy do:
- npm install and
- gulp build
My question is if I have to do
- npm install
every time I compile, or just the first time and then only the command bellow every time i want to compile: - gulp build
?
Hi,
when i deploy/compile with WebixJet I usualy do:
My question is if I have to do