emaphp / underscore-template-loader

A Underscore and Lodash template loader for Webpack
MIT License
104 stars 24 forks source link

Is this module still active? #11

Closed jantimon closed 8 years ago

jantimon commented 8 years ago

Hi, is this module still maintained and used?

SpaceK33z commented 8 years ago

Yeah, we use it a lot at my work. I have contributed some code in the past and it was merged quickly. It has loads of tests and it's stable now :).

jantimon commented 8 years ago

It fails if no image loader is specified. Could we instead use an underscore-template-loader-image-loader (with a better name) which checks if any loader is present and if not just returns the filename?

Similar to: https://github.com/ampedandwired/html-webpack-plugin/blob/feature/loaders/lib/loader.js#L14-L17

jantimon commented 8 years ago

Added a fallback loader in #12

emaphp commented 8 years ago

Yes quite. Truth is, it's summer here so I'm kind on 'vacations'.. I'm checking out all the issues you opened, thanks in advance for you collaboration.

jantimon commented 8 years ago

No worries - saw that the last commit was made 3 month ago so I just wanted to make sure that it is still maintained before looking into the code :)