MarsBased / marsman

Frontend framework for starting new projects
MIT License
55 stars 6 forks source link

Middleman 4 sassc #21

Closed javierartero closed 7 years ago

jvendrell commented 7 years ago

To make SASSC, I've added to the Gemfile:

gem 'middleman4-sprockets3-sassc', '~> 0.0.4'

and to the config:

activate :sprockets3_sassc

Now it seems to work!