teslajs / tesla.js

MVC Style Framework for Node.js
http://teslajs.com
MIT License
88 stars 8 forks source link

CSS Pre-Processors #10

Closed jesseweed closed 10 years ago

jesseweed commented 10 years ago

Decide whether CSS pre-processing should be handled by Tesla or Gulp.

jesseweed commented 10 years ago

Decided to make this a config setting for now instead of doing either/or. There's a new setting in config/_settings.js to set this (Gulp is default setting):

middleware: {
  css: false, // set true if you want to process via middleware instead of Gulp
  html: true, // jade, handlebars, etc still need to run through middleware for now
},