markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Support for glob-ish path in files config #3

Closed ajfranzoia closed 9 years ago

ajfranzoia commented 9 years ago

Adds support for glob-ish paths in asset files config. I don't know if this is a feature you will accept, but it's very useful for me when I have many files under a certain directory and I want to include all of them at once instead of having to write down one by one manually. Otherwise, if you think there are any improvements to make before merging let me know.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.05%) to 83.78% when pulling 776291ab1aab3e24a7a914d5b7bd4857db92a559 on augusto-cdxs:master into 10ec108577ca554d5523c9adf5b13e52306301b5 on markstory:master.

markstory commented 9 years ago

Thanks for doing this, it was also on my mental todo list for this project :clap:

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.22%) to 83.96% when pulling de073509db320f01cd4709792c5b55db501b7a82 on augusto-cdxs:master into 0d62ea76d1c19198c6b85b158fb2d140125dc914 on markstory:master.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.22%) to 83.96% when pulling 800a89b7b49c0ca2a81e378d0244307527d839ab on augusto-cdxs:master into 0d62ea76d1c19198c6b85b158fb2d140125dc914 on markstory:master.

markstory commented 9 years ago

This is great stuff. Awesome work @augusto-cdxs

ajfranzoia commented 9 years ago

:+1: