Skip to content

Commit

Permalink
gulp install
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed May 5, 2014
1 parent fe394cc commit 87f6537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ All contributions to this project will be released under the CC0 dedication. By

`citation` uses `gulp` and `browserify` and a few other tools to create browser-ready builds.

If you modify any `citation` code and want to send a pull request, please update the browser builds (located in the `browser` folder) by running `gulp`. If you are unable to do this, you should still contribute! Just make a note of this in the text of the pull request.
If you modify any `citation` code and want to send a pull request, please update the browser builds (located in the `browser` folder) by running `gulp`. (Install `gulp` first by running `npm install gulp -g`.)


If you are unable to do this, you should still contribute! Just make a note of this in the text of the pull request.

Currently three different files are created for browser use:

Expand Down

0 comments on commit 87f6537

Please sign in to comment.