mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Build TiddlyWiki's CSS from source
|
|
|
|
recess --compile ./cssbuild/tiddlywiki.less > ./core/styles/tiddlywiki.css | exit
|
|
|
|
# Call bld.sh to build TiddlyWiki
|
|
|
|
./bld.sh
|