Skip to content

Commit

Permalink
removing make references
Browse files Browse the repository at this point in the history
  • Loading branch information
gandhirajan committed Apr 13, 2018
1 parent cb3c02f commit e4dff51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 355 deletions.
314 changes: 0 additions & 314 deletions Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions doc/developing-the-website.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Developing

### Using Gulp

To work on the website and see changes live as you save, run:

node_modules/.bin/gulp serve
Expand All @@ -13,15 +11,3 @@ That command will build the site and start a local server. To work on only the w
Alternatively, to dynamically rebuild the site and refresh the browser _when changes happen_ (again, optionally with the `--nodocs` flag), run:

node_modules/.bin/gulp watch

### Using Make

To build the website, run:

make build

To start the website, run:

make serve

That command will start a local server on port `8000`.
Loading

0 comments on commit e4dff51

Please sign in to comment.