Error Compiling Sass Assets
Middleman sass compiling error
While you were made web template with haml and sass, if you use middleman and bootstrap for your web template and your project give you like,
1 2 | |
error.
You can fix like with edit your Gemfile
1 2 3 | |
Then you can write in terminal bundle install
Than if errors didn’t fixed, you should write on terminal
1
| |
If you want to researches with details, you should look this page
That’s all.
I hope helped to you.