Work in progress.
-
Files are generated as a static files into the
./build/
folder. Runhttp-server build
to serve the distribution folder tohttp://localhost:8080
(or next available port). -
Gulp is the primary task runner / build system. Running
gulp
with no other options just starts a watcher to perform various tasks and start a LiveReload server.
To run server and task runner at the same time:
gulp & http-server build
-
LiveReload must be installed as a Chrome extension. Open the local server and then connect LiveReload on that page in order to reload changes.
-
When work is done and ready to be published, first make sure all changes are committed, then run
gulp publish
to publish the contents of the./build
folder to GitHub pages.
Copyright (c) 2014 Streetmix contributors. See LICENSE for details.
Content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, unless otherwise noted.