mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-12-05 07:12:36 -05:00
Add theme clojure
This commit is contained in:
17
Makefile
17
Makefile
@@ -1,17 +1,20 @@
|
||||
.DEFAULT_GOAL := build
|
||||
|
||||
build: ## Check style with black
|
||||
build:
|
||||
make build.templates
|
||||
lein uberjar
|
||||
make rm.statics
|
||||
echo "Finish!"
|
||||
|
||||
build.templates:
|
||||
make rm.statics
|
||||
zip -r resources/themes/dark/static.zip resources/themes/dark/static/
|
||||
zip -r resources/themes/sepia/static.zip resources/themes/sepia/static/
|
||||
zip -r resources/themes/light/static.zip resources/themes/light/static/
|
||||
tar cf resources/themes/light/static.tar --directory=./resources/themes/light/ static
|
||||
tar cf resources/themes/dark/static.tar --directory=./resources/themes/dark/ static
|
||||
tar cf resources/themes/sepia/static.tar --directory=./resources/themes/sepia/ static
|
||||
tar cf resources/themes/clojure/static.tar --directory=./resources/themes/clojure/ static
|
||||
|
||||
rm.statics:
|
||||
rm -rf resources/themes/dark/static.zip
|
||||
rm -rf resources/themes/sepia/static.zip
|
||||
rm -rf resources/themes/light/static.zip
|
||||
rm -rf resources/themes/dark/static.tar
|
||||
rm -rf resources/themes/sepia/static.tar
|
||||
rm -rf resources/themes/light/static.tar
|
||||
rm -rf resources/themes/clojure/static.tar
|
||||
|
||||
Reference in New Issue
Block a user