generator-jade icon indicating copy to clipboard operation
generator-jade copied to clipboard

error using sass instead of stylus

Open sideez opened this issue 10 years ago • 1 comments

getting the following error when using sass:

Warning: Task "stylus" not found. Use --force to continue. Aborted due to warnings.

sideez avatar Oct 14 '15 01:10 sideez

+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.

imayolas avatar Oct 24 '15 09:10 imayolas