GULP
Last updated
Was this helpful?
Last updated
Was this helpful?
Using gulp is not required for JOSH but it helps saving time.
If you would like to use gulpfile.js provided with josh, please follow this tutorial and feel free to skip steps already done.
If any command throws permission error, try with sudo mode
Windows users: open node terminal with administrator rights
visit for more info
in terminal, run npm install gulp -g
in project folder, using terminal run npm install
gulp bower
gulp
If you did all these steps, now you can freely customize JOSH as per your needs.
If you need help with gulp, i recommend below links