Skip to content

Commit

Permalink
add gulp, use browserify, make browser inherit from router properly
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Dec 2, 2014
1 parent 4eccadd commit 0ed4bf1
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 939 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,16 @@ requirement, you are probably building a "Web Page" and not a "Web
Application". Director on the client is meant for script-heavy Web
Applications.

# Development

Server/CLI tests are run via `npm test`.

Browser testing relies on `gulp` so do `gulp` & open:

- http://localhost:8080/test/browser/browserify-harness.html
- http://localhost:8080/test/browser/html5-routes-harness.html
- http://localhost:8080/test/browser/routes-harness.html

# Licence

(The MIT License)
Expand Down
81 changes: 0 additions & 81 deletions bin/build

This file was deleted.

Loading

0 comments on commit 0ed4bf1

Please sign in to comment.