meltmedia / generator-express-static

A yeoman generator for the express-static site builder.
MIT License
2 stars 0 forks source link

"stylus" var remains when using Sass #1

Closed rdpacheco closed 10 years ago

rdpacheco commented 10 years ago

After selecting Sass in the generator prompt, the app.js does not replace the "stylus" var, resulting in an error Line: 14

var stylus = require('node-sass');
jacobheun commented 10 years ago

Should now be resolved by https://github.com/meltmedia/generator-express-static/pull/3.