pthrasher / snockets

Sprockets-style script concatenation for Node
119 stars 39 forks source link

Allow array of sources #27

Closed toots closed 11 years ago

toots commented 12 years ago

When bundling together various JS files, such as vendored sources, app sources, etc.. it is convenient and cleaner to have them in seperate directories, such as app/js, vendor/js...

This PR is an intent to implement that in Snockets.

vjpr commented 12 years ago

I've implemented this feature here with tests: https://github.com/vjpr/snockets/commit/14e342c46a5e1b321d0e0d7fa6d642b49213d306. I'm going to try it out in production before making a PR.

toots commented 12 years ago

Cool, thanks!

pthrasher commented 11 years ago

I'm planning on adding this functionality in for the next release.

pthrasher commented 11 years ago

Fixed in #43