amejiarosario / meanshop

🛒 Building an e-commerce application with the MEAN stack
http://meanshop.com
GNU General Public License v2.0
149 stars 104 forks source link

Hello I am learing Mean stack please help me out i stuck in generate css with scss #59

Open TariQMah opened 6 years ago

TariQMah commented 6 years ago

I dont know how to handle this please guide me friend. please see my layout and error i cant handle this error. my guess is css not generated with scss files... i dont know how to hanlde this problem image

stevensgarcia commented 6 years ago

Hi @TariQMah

Try this in your command line:

  1. Make sure you have ruby installed with $ruby --version, if not: https://rubyinstaller.org

  2. Install compass and sass: $gem install compass then $gem install sass

  3. Run your app again $grunt serve

It should works.

JoeHillyard commented 6 years ago

When i deploy to Heroku, app.css is returning a 404 but works fine locally. Any ideas what i'm doing wrong?

EDIT: The scss isnt being compiled to css