Arlo Breault
aa107862c5
Move probe to WS class for reuse in the badge
2019-09-30 18:42:57 -04:00
David Fifield
e87ec65858
Use URLSearchParams.toString instead of Query.buildString.
2019-07-18 18:30:25 -06:00
Arlo Breault
fab39ae57c
Cleanup lints identified by eslint
...
Some files were omitted in the .eslintignore, left as an exercise to the
reader.
We probably want to reduce amount of globals overall and use proper es
modules.
2019-07-10 10:58:29 +02:00
Arlo Breault
1867a3f121
Lightly massage some of the generated JavaScript
2019-07-10 10:49:53 +02:00
Arlo Breault
31ad9566e6
Compile coffee files and remove them
...
With,
./node_modules/.bin/coffee -b -c Cakefile `find . -path ./node_modules -prune -o -name '*.coffee'`
2019-07-10 10:49:36 +02:00