-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
After following the install instructions and having super easy setup in development, I tried running RAILS_ENV=production bundle exec rake assets:precompile
, which failed with the following output:
bundle exec rails assets:precompile
rails aborted!
SassC::SyntaxError: Error: unterminated attribute selector for type
on line 1009:16 of stdin
>> .prose ol[type="A" s] {
A little Googling led me to this stackoverflow question. It wasn't really the right solution, but did point me in the right direction. Ultimately I ran:
bunde remove sass-rails
bundle install
and everything was peachy.
Should this gem automatically remove any existing CSS processors/compressors during installation? Since the output of running the tailwindcss
command produces a file that still runs through existing compressors, it's possible that users might run into the same issue I did.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels