chyingp / grunt-inline

Brings externally referenced resources, such as js, css and images, into a single file.
MIT License
86 stars 55 forks source link

added tag option #9

Closed zeevl closed 10 years ago

zeevl commented 10 years ago

Hey there, thanks for a great plugin.

I added tag as an option, so one can override the __inline requirement. We wanted all of our resources to be inlined, not just a few specific ones.

This also includes a fix to the url() regex so it picks up urls with quotes.

This includes the previous PRs from @ericksm so I could update working tests.

Steve