aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f64cbd6..088a9e1 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,11 @@ deploy:
| xargs rm -rf
cache:
- { [ -e '$(public)' ] \
- && rsync --verbose --archive --include="*/" --include="*.min.*" --exclude="*" '$(public)/dist/' '$(prelaunch)/dist'; } || true
+ { [ -e '$(public)' ] && \
+ rsync --verbose --archive --include="*/" --include="*.min.*" --exclude="*" '$(public)/dist/' '$(prelaunch)/dist'; \
+ rsync --verbose --archive '$(public)/../bootstrap/comments/comments/' '$(prelaunch)/../bootstrap/comments/comments'; \
+ rsync --verbose --archive '$(public)/../database/sqlite.db' '$(prelaunch)/../database/sqlite.db'; \
+ } || true
minify:
minify $(prelaunch)/dist/app.css > $(prelaunch)/dist/app.min.'$(date)'.css