refactor: use Tailwind CLI and esbuild for assets
Fixes: #10 Fixes: #14
This commit is contained in:
parent
aa22925e92
commit
6e120bee3a
15 changed files with 1381 additions and 9904 deletions
|
@ -12,8 +12,10 @@ COMPOSE_PROJECT_NAME=oliverdavies-uk
|
|||
DOCKER_OUTPUT_VOLUME=/app/output_dev
|
||||
|
||||
# The environment to generate the site for (e.g. dev or prod).
|
||||
#SCULPIN_ENV=prod
|
||||
# SCULPIN_ENV=prod
|
||||
# NODE_ENV=production
|
||||
SCULPIN_ENV=dev
|
||||
NODE_ENV=development
|
||||
|
||||
# The port on which to serve the site if the --server option is specified.
|
||||
#SCULPIN_PORT=80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue