mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 04:11:55 -08:00
9 lines
182 B
Bash
Executable file
9 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Build TiddlyWiki's CSS from source
|
|
|
|
recess --compile --compress ./cssbuild/tiddlywiki.less > ./core/styles/tiddlywiki.css
|
|
|
|
# Call bld.sh to build TiddlyWiki
|
|
|
|
./bld.sh
|