Skip to content
This repository has been archived by the owner on Dec 27, 2017. It is now read-only.

Included the full command to build the script #27

Merged
merged 1 commit into from Apr 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -8,5 +8,6 @@ Everything is in /public.

You can build this for production using the `build.js` script in the `assets/js/lib`
folder and [r.js](https://github.com/jrburke/r.js/).
Use this command to build it: `r.js -o assets/js/lib/build.js`

Then change the require line in `index.html` to point at `assets/lib/main-built.js`.