Hello everyone,
I'm struggeling on installing the webminfier.
It's replacing all <script> tags in my jsp's with nothing but instead of
generating a combined js file it just does nothing. No Error, no nothing.
The maven Console keeps staying quit..no errors..
This is my configuration:
<configuration>
<projectSourceFolder>${project.build.directory}/min</projectSourceFolder>
<splitDependencies>false</splitDependencies>
<sourceFolder>${project.build.directory}/${project.build.finalName}</sourceFolder>
<destinationFolder>${project.build.directory}/min</destinationFolder>
<jsCompressorType>YUI</jsCompressorType>
<htmlIncludes>
<htmlInclude>**/*.jsp</htmlInclude>
</htmlIncludes>
</configuration>
Does webminifier require any special project structure? I'm having a regular
maven web-project build with netbeans..
please help me, community! :)
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email