Init
$ npm install -g bower
$ npm install -g gulp
Install dependencies:
$ npm install
$ bower install
Develop
Build static files and run dev server:
$ gulp
Copy build to GH-Pages folder. The setup should be
master
branch in /projects/sapo.js
and gh-pages
branch in /projects/sapo.js-pages
. This command will copy master
branch’s build
folder togh-pages
branch folder:$ gulp deploy
No comments:
Post a Comment