Closed dlh3 closed 10 years ago
I will try to find the time to contribute with a pull request.
I'd like to come back to this and add a test, but I'd prefer to focus on issue #69 first. Will try to make time for the test later in the week.
On a related note, perhaps a source map enhancement would be desirable.
Hi,
Thanks for your contributions. Before merge, can you update/complete the documentation (src/site/xdoc/ ex_aggregation.xml) and include your name into the pom.xml as contributor ?
Append the description of the 2 issues #70 #69 in the documentation would be great.
Add the source map if you want, or have time for. I'll be please to accept. When you'll think the change are ready, I'll do the test and release (during WE).
On Tue, Jan 21, 2014 at 7:56 PM, Dave Hughes notifications@github.comwrote:
On a related note, perhaps a source map enhancement would be desirable.
— Reply to this email directly or view it on GitHubhttps://github.com/davidB/yuicompressor-maven-plugin/pull/70#issuecomment-32934551 .
It would be nice to include an option for producing a filename header before each file in an aggregation. Our project is using the option in our dev settings to aggregate but not compress/munge the files. We hope to use the same property with another option that will aid in JS/CSS development by placing a filename header at the start of each aggregated file.
Example:
Would produce:
And of course, the header could be created for minified files as well.