You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this needs to be more stressed. I figured the reason you mentioned it is that you're using the env variable in the postcss config on your demo repo only. I didn't realize it would hang in netlify and y local docker env.
The readme should clearly state that you should definitely set the JEKYLL_ENV in your build environment, or else your build is liable to hang and then fail.
The text was updated successfully, but these errors were encountered:
/usr/local/lib/ruby/2.7.0/json/common.rb:156:in `parse': 783: unexpected token at '⚠️ Tailwind is not purging unused styles because no template paths have been provided. (JSON::ParserError)
If you have manually configured PurgeCSS outside of Tailwind or are deliberately not
removing unused styles, set `purge: false` in your Tailwind config file to silence
this warning.
Originally posted by @steveoh in #8 (comment)
Acceptance Criteria
JEKYLL_ENV
in your build environment, or else your build is liable to hang and then fail.The text was updated successfully, but these errors were encountered: