11 lines
258 B
Makefile
11 lines
258 B
Makefile
setup:
|
|
poetry install
|
|
npm install
|
|
|
|
build:
|
|
node_modules/gulp/bin/gulp.js sass
|
|
node_modules/gulp/bin/gulp.js js
|
|
poetry run lektor build --prune --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor
|
|
|
|
watch:
|
|
node_modules/gulp/bin/gulp.js sass:watch
|