Skip to content

Instantly share code, notes, and snippets.

@thedeeno
Created May 16, 2015 13:46
Show Gist options
  • Save thedeeno/4dada5ab2139486136a3 to your computer and use it in GitHub Desktop.
Save thedeeno/4dada5ab2139486136a3 to your computer and use it in GitHub Desktop.
var log = require('broccoli-stew').log;
var Processor = function() {
this.name = 'component-bemifyer';
};
Processor.prototype.toTree = function(tree) {
return log(tree);
};
module.exports = Processor;
// The tree only contains the following scss files in `app/styles/*`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment