flatlogic / angular-material-dashboard

Angular admin dashboard with material design

Home Page:https://flatlogic.com/admin-dashboards/angular-material-dashboard/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp ruby sass will not generate app css in windows platform

mamtou opened this issue · comments

gulp ruby sass will not generate app css in windows platform,
but when I replace gulp-ruby-sass to gulp-sass It's OK

thanks for comment @mantouxu !
Have you tried to install Ruby or Sass before replacing gulp lib?

Yes, I have installed Ruby and Sass But "app.css" not replaced and the .tmp folder not have it.

Had the same issue here when using Windows' cmd. It worked when I launched it with babun though

Is ruby-sass needed? Or will node-sass do ok? I prefer to not have the extra ruby dep to deal with, and libsass is much faster to compile.

Had the same issue, not generate app css in windows