A static gulp site, running Nunjucks and jQuery,
Navigate to the source directory, and run npm install
via command line.
gulp
will build, compile, and watch any changes made to the files during development of the project. It will also start a local node server, which will auto-refresh any changes during development (using Browsersync).
To manually output a static build:
gulp build && gulp move && gulp moveJS
Followed by:
gulp zip
That will generate flat HTML in the ./build directory, and zip it up.
If your build directory is already complete gulp ipg
, which is way faster.
To clone this repository:
git clone https://github.com/northpoint/weber-shandwick.git
Fork the repo, push to your fork, and submit pull requests. Keep your commits clean:
git fetch upstream master && git rebase -p upstream/master