Skip to content

GulpFiction/gulpfiction

Repository files navigation

Setup

Run npm install -g gulp to install tools.

Then run the following command to start the server and the watcher (livereload included):

$ (cd build/ && python -m SimpleHTTPServer) & gulp watch &

Pages

If not running locally, we can deploy to:

Todo

  • For some reason, task dependencies are not saved
  • npm search doesn't work right now