Prepare image. This needs to be done once.
- Run docker:
make build_image
Run the image in a container and build stuff:
- Run docker:
make builder
- Prepare
aspan.js
from Aspan library and put intostatic/src/javascripts/lib/aspan.js
- Build:
./build_web.sh
- Find build output inside
dist
.
Set variable: export NODE_ENV=development
After that tailwind classes won't be purged and correspondingly CSS files are going to be much larger, like over 1 MB. But it allows to experiment with classes without rebuild.