filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

[discussion] Add minification to dist file #145

Closed matheusml closed 8 years ago

matheusml commented 8 years ago

Inside the dist folder there's only one file (rss-feed-emitter.js) which is not minified. What about leaving this file there, and creating another one: rss-feed-emitter.min.js which is in fact minified?

filipedeschamps commented 8 years ago

Hi @matheusml great! But I'm wondering, since this is a Node.js only module, does it make sense to have a minified version?

Would be nice if the module is both Node.js and Browser compatible.