1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-25 15:30:02 +00:00
TiddlyWiki5/run.sh

17 lines
215 B
Bash
Raw Normal View History

2012-06-01 18:27:33 +01:00
#!/bin/bash
# run TiddlyWiki5
2012-11-16 21:27:53 +00:00
pushd editions/tw5.com > /dev/null
2012-05-05 23:32:04 +01:00
2012-11-29 21:30:53 +00:00
node ../../tiddlywiki.js \
2012-05-05 23:32:04 +01:00
--verbose \
2012-11-16 21:27:53 +00:00
--wikitest ../../tests/wikitests/ \
2012-05-05 23:32:04 +01:00
|| 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
jshint plugins