bridgetownrb / tailwindcss-automation

Automation for installing TailwindCSS in Bridgetown sites
MIT License
8 stars 2 forks source link

fix: Skip if paths not defined #1

Closed tommasongr closed 10 months ago

tommasongr commented 1 year ago

The TailwindJit builder was causing a problem in the console while running reload!.

Specifically:

undefined method `length' for nil:NilClass (NoMethodError)

Checking the existence of paths solved the issue.