atomantic / undermore

More underscore/lodash mixins and a base library to fork as your own collection of common (otherwise global) javascript functions. AKA modash (compatibile with lodash)
MIT License
7 stars 4 forks source link

Download Builder Page Should Be Generated Via Grunt #2

Open atomantic opened 10 years ago

atomantic commented 10 years ago

I like how Prism.js generates a manifest file that gets used to build the download: http://prismjs.com/download.html

Might also think of using that whole strategy instead of the DownloadBuilder library -- seems like they have a simple solution: http://prismjs.com/download.js

guahanweb commented 10 years ago

That looks like a decent approach. I actually haven't seen it done quite like that before, but it seems pretty straight forward.