-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation for browserify example
- Loading branch information
1 parent
9f69208
commit 05dcf41
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Browserify Example | ||
=================== | ||
|
||
This example will include the source files in "js" using browserify, rather than including the fully built file. | ||
|
||
I set this up to use a prototyping tool called [budo](https://github.com/mattdesl/budo), but you could also use similar tools like [beefy](https://github.com/chrisdickinson/beefy) and [wzrd](https://github.com/maxogden/wzrd). | ||
|
||
To run this example using budo, first make sure you have it install globally: | ||
|
||
npm install budo -g | ||
|
||
Then, with the "example-browserify" folder as your working directory, run: | ||
|
||
budo index.js --live | ||
|
||
Finally head to [http://127.0.0.1:9966/](http://127.0.0.1:9966/) in your browser. |
File renamed without changes.
File renamed without changes.