michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 48 forks source link

newly generated code shows right side blank area, not full width listing #60

Closed TejasCMehta closed 8 years ago

TejasCMehta commented 8 years ago

image

TejasCMehta commented 8 years ago

Ok, what I did to resolve this issue is

//var sass = require('gulp-ruby-sass'); var sass = require('gulp-sass');

I am working on windows and do not want to install ruby so I used gulp-sass package to make css from scss.

Hope someone can take a help from this.

Cheers!!

michaelkrone commented 8 years ago

@TejasCMehta Glad you got it running. We should move to 'plain sass' insted of ruby sass in general. So I close this issue, if you stumble on any problems please open a new issue.