Asciiflow2, sans google and tracking, available at
https://flow.lain.faith
141b8eff92
* Update jquer and closure compiler * Move to es6 classes, arrow functions, for/of * Move to es6 style modules * Add .DS_Store to .gitignore * Remove note to update compile.sh |
||
---|---|---|
images | ||
js-lib | ||
.gitignore | ||
README | ||
addtohomescreen.css | ||
addtohomescreen.min.js | ||
closure-compiler.jar | ||
compile.sh | ||
index.html | ||
jquery-1.9-externs.js | ||
jquery-1.9.1.min.js | ||
jquery-3.1-externs.js | ||
jquery-3.1.1.min.js | ||
jquery.jeditable.min.js | ||
js-compiled.js |
README
Follow the instructions to get asciiflow running locally. Compile the javascript: ~/asciiflow2$ ./compile.sh If you get a permissions error: ~/asciiflow2$ chmod a+x closure-compiler.jar Run a simple web server: ~/asciiflow2$python -m SimpleHTTPServer Goto: http://localhost:8000/index.html When developing, use the Google JS linter, gjslint.