Closed rwjblue closed 10 years ago
This reverts commit c50fb4a78f82ba813c85eef4df14d1bdfd11d5e3.
Apparently, I should have looked further, sorry for the wasted effort.
this.extensions is used by broccoli-filter internally and only calls processString when the files extension matches.
this.extensions
processString
My fault. I definitely had an "uh oh" moment and thought I forgot to implement that. I really need to find some time to write some tests...
I'd be happy to pair with you on the testing stuff sometime.
This reverts commit c50fb4a78f82ba813c85eef4df14d1bdfd11d5e3.
Apparently, I should have looked further, sorry for the wasted effort.
this.extensions
is used by broccoli-filter internally and only callsprocessString
when the files extension matches.