Skip to content

Commit

Permalink
Added info about how to build on Windows
Browse files Browse the repository at this point in the history
Closes madrobby#984 [ci skip]
  • Loading branch information
dotnetwise authored and mislav committed Dec 11, 2014
1 parent 6681687 commit c74bb6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ npm run-script dist

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

# on Windows
c:\zepto> SET MODULES=zepto event data
c:\zepto> npm run-script dist
~~~

The resulting files are:
Expand All @@ -39,8 +43,15 @@ The resulting files are:
If you install CoffeeScript globally, you can run `make` directly:

~~~ sh
# one-time operation
$ npm install coffee-script --global

$ coffee make dist
$ MODULES="zepto event data ..." ./make dist

# on Windows
c:\zepto> SET MODULES=zepto event data
c:\zepto> coffee make dist
~~~

## Zepto modules
Expand Down

0 comments on commit c74bb6c

Please sign in to comment.