Skip to content

Commit

Permalink
Example how to make a custom build when running npm, closes #894.
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Jan 25, 2014
1 parent 16125cf commit 3ca4a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,9 @@ You will need Node.js installed on your system.
~~~ sh ~~~ sh
$ npm install $ npm install
$ npm run-script dist $ npm run-script dist

# do a custom build
$ MODULES="zepto event data" npm run-script dist
~~~ ~~~


The resulting files are: The resulting files are:
Expand Down

0 comments on commit 3ca4a06

Please sign in to comment.