2014-01-12 17:43:07 +00:00
|
|
|
Follow the instructions to get asciiflow running locally.
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
Compile the javascript:
|
|
|
|
~/asciiflow2$ ./compile.sh
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
If you get a permissions error:
|
|
|
|
~/asciiflow2$ chmod a+x closure-compiler.jar
|
2014-01-08 21:58:41 +00:00
|
|
|
|
|
|
|
Run a simple web server:
|
2014-01-12 17:43:07 +00:00
|
|
|
~/asciiflow2$python -m SimpleHttpServer
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
Goto: http://localhost:8000/root.html
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
When developing, use the Google JS linter, gjslint.
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
Adding new source files will require a change to compile.sh.
|