mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
comment about multiple registerCompiler in coffee
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user