comment about multiple registerCompiler in coffee

This commit is contained in:
David Glasser
2015-06-09 10:38:49 -07:00
parent 934d302952
commit befd21c244

View File

@@ -211,6 +211,8 @@ Plugin.registerCompiler({
return new CoffeeCompiler();
});
// XXX BBP maybe this should just be one registerCompiler call that looks at the
// filename?
Plugin.registerCompiler({
extensions: ['litcoffee', 'coffee.md']
}, function () {