1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-09 23:50:01 +00:00
TiddlyWiki5/run.sh

16 lines
184 B
Bash
Raw Normal View History

2012-06-01 18:27:33 +01:00
#!/bin/bash
# run TiddlyWiki5
2012-05-05 23:32:04 +01:00
pushd tw5.com > /dev/null
node ../core/boot.js \
--verbose \
--wikitest ../tests/wikitests/ \
|| exit 1
popd > /dev/null
2012-05-04 18:49:04 +01:00
# run jshint
2012-05-19 15:13:17 +01:00
jshint core