1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/makecss.sh
Jeremy Ruston 663fd2fe10 More styling adjustments
And started using Bootstrap's responsive stylesheets, so we can start
to look decent on phones
2012-06-24 17:07:38 +01:00

12 lines
294 B
Bash
Executable File

#!/bin/bash
# Build TiddlyWiki's CSS from source
recess --compile ./cssbuild/tiddlywiki.less > ./core/styles/tiddlywiki.css | exit
recess --compile ./cssbuild/twitter-bootstrap/less/responsive.less > ./core/styles/bootstrap-responsive.css | exit
# Call bld.sh to build TiddlyWiki
./bld.sh