1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/makecss.sh

12 lines
294 B
Bash
Raw Normal View History

2012-06-24 12:15:00 +00:00
#!/bin/bash
# Build TiddlyWiki's CSS from source
2012-06-24 13:53:44 +00:00
recess --compile ./cssbuild/tiddlywiki.less > ./core/styles/tiddlywiki.css | exit
2012-06-24 12:15:00 +00:00
recess --compile ./cssbuild/twitter-bootstrap/less/responsive.less > ./core/styles/bootstrap-responsive.css | exit
2012-06-24 12:15:00 +00:00
# Call bld.sh to build TiddlyWiki
./bld.sh