Closed jesseweed closed 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
},
Decide whether CSS pre-processing should be handled by Tesla or Gulp.