Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.81 KB

TODO.MD

File metadata and controls

65 lines (43 loc) · 1.81 KB

TODO

NPM scripts

build smarter npm run ... scripts

paralel commands

pro: also works on windows (meh) con: build:* vs haxe:build

# now
npm run clean && npm run build:css && npm run build:js && npm run build:html
# After:
npm-run-all clean build:*
npm install npm-run-all --save-dev
npm install onchange --save-dev

learn

use Google Spreadsheet as a database

lib

javascript libs that will get the data from Google Spreadsheet

example

vue.js and tabletop.js

documents

For this example used document. First url is the 'web-publish' version that doesn't work. The second is the 'shared' document url, that works