add ability to blacklist internal transformers #94

This commit is contained in:
Sebastian McKenzie
2014-10-25 10:20:11 +11:00
parent af4d8a27aa
commit d5c2647701

View File

@@ -64,8 +64,6 @@ Transformer.prototype.transform = function (file) {
};
Transformer.prototype.canRun = function (file) {
if (this.key[0] === "_") return true;
var opts = file.opts;
var blacklist = opts.blacklist;