Clayton Lengel-Zigich
Clayton Lengel-Zigich
I eventually ran into the same problem and created my own using Webpack. https://github.com/clayton/jekyll-tailwind-stimulus-starter
Just ran into this problem myself. Thanks @dwarburt.
This PR didn't actually fix the problem for me, so created a new fork with a test. https://github.com/bkoski/slug/pull/27
I'm also running Litestack and deploying with Kamal. Would like to use this gem, but will stick with running it as a service on the container for now as described...
I'm using the bash setup script from your blog post: ```bash #!/usr/bin/env bash set -e # Load environment source /home/deploy/.bashrc # Determine architecture of current env arch=$(dpkg --print-architecture) # Manually...