- Node.js + NPM (latest is welcome). We tested on: Node v5.11.0, NPM v3.10.6
- Bower, tested on v1.8.0+
- Python 3.5
npm install --global gulp-cli
npm install --only=dev
to install dependenciesbower install
to install Bower dependencies, orbower update
to update all packages
- run
gulp
in project's root directory to build the website from scratch and start a simple watcher
gulp build-full
to clean thedest
directory and rebuild the project completely. Automatically used at initial launch withgulp
gulp build-fast
to clean and rebuild everything but vendor files. Used for the simple watcher