generator-sails-sass
v0.1.7
Published
Yeoman generator for SailsJS with SASS
Maintainers
Readme
SailsJS SASS generator 
Yeoman generator for SailsJS with SASS- lets you quickly set up a SailsJS project with SASS.
Usage
Install sails (if you don't already have it) and generator-sails-sass:
npm install -g sails generator-sails-sassCreate a new Sails project, and cd into it:
sails new my-awesome-project && cd my-awesome-projectRun yo sails-sass:
yo sails-sassFollow all the steps.
Create your main.scss file and include it in your layout or views :)
Todo
- [ ] Create your sails project for you
License
MIT
