Closed jhaungs closed 2 years ago
Thanks! Could you check if it works please? I update the installation instructions. I am using the dart sass gem, that's why sassc
is no longer needed.
In #106 I have also added a docker option. You could just start everything with make up
now provided you have docker installed.
The Gemfile line:
gem "sassc-rails"
is commented out, so you have to manually install sassc. Then when you do, you need to run:
rake assets:precompile
to get the initial page to load.