generator-jade
generator-jade copied to clipboard
error using sass instead of stylus
getting the following error when using sass:
Warning: Task "stylus" not found. Use --force to continue. Aborted due to warnings.
+1
Running npm install grunt-contrib-stylus --save solves the error, but basically sets up the repo to use stylus despite having chosen to prepare it for sass.