diff --git a/Makefile b/Makefile index 2a99cb8..7d475f7 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,15 @@ dev: build: make dev - lektor build --output-path ./public -f htmlmin + lektor build --prune --output-path ${PWD}/public watch: node_modules/gulp/bin/gulp.js sass:watch deploy: make build + rm -rf ${PWD}/public/.lektor + rsync --progress -avc ${PWD}/public/ ${HOME}/Sites/fmartingr.com/ deploy_tests: bash tests/run.sh