diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 21:03:24 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 21:03:24 -0500 |
| commit | 74892a8fd50cdc2a1294d776dc246912de9f94d5 (patch) | |
| tree | e7689b97cecb6875ee91ecad43ee2567fec70bbe /README.md | |
| parent | eecd25c9188b5c045d89aa26d1d367dd5131d88f (diff) | |
Prepare bower with a concatenated file.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -95,12 +95,9 @@ Just run `engine.update(dt)` in your game loop :D ## Checking it in the frontend (dev). -You can link the bower package (bower.json is in `lib/serpentity/` to -make paths cleaner), then link it again from the root directory and -spawn a python server (`python -m SimpleHTTPServer`). The test page -will be available in `http://localhost:8000/browser_test/` - -If you just want to use it, it's available as a bower package! +You can link the bower package to test it out locally. +Spawn a python server (`python -m SimpleHTTPServer`) to see +the test page in `http://localhost:8000/browser_test/` ## TO-DO |