FountainJS / generator-fountain-webpack

Yeoman 'fountain' generator which handle the Webpack config
http://fountainjs.io
MIT License
4 stars 6 forks source link

Setting the right selectors #68

Closed RaananW closed 7 years ago

RaananW commented 7 years ago

The selectors generated were wrong for typescript, javascript and html. Until now, any file that ended with ts, js or html (and not .ts, .js or .html) were processed. So, for example, if I add a file call 'results' , the ts processor will process it.

This fixes that.

micaelmbagira commented 7 years ago

👍 Can you update the unit tests? @RaananW

RaananW commented 7 years ago

But of course :smile: