Open zackbloom opened 11 years ago
Sounds like a cool idea. Similar to the Twitter Bootstrap generation, yeah? Like the idea a lot, unsure if you'll be able to zip/tar using FileWriter, although I haven't really played with it myself. Wouldn't mind helping out with the Node side though! :smiley:
I hadn't even thought of generating it as a zip file, but apparently it's possible: http://stuk.github.com/jszip/
My thoughts as to what is required:
It makes sense to me to do this in another project, maybe as a grunt-contrib?
It would be cool let people create their own builds of Messenger. The options right now could include:
This may require some modification to the grunt build process to generate all the partial files to be joined (@BennyC).
I'd really like to do it all client-side if possible (FileWriter API?), maybe with a Node fallback? This may warrant it's own OS project.