-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.tmp files packed with minified versions to WAR #32
Comments
Can you please share a project where that issue can be observed? |
Well, sorry I cant do that because it is internal proprietary project. But I have found the source of the problem. Were I more familiar with git I would fix it by myself. But at this point I have to ask you to do it if you don`t mind.
|
I have prepared eclipse project which reproduces the bug. Please, take a look: Notice, that final war (/testapp/target/testapp.war) contains excessive temporal file: static\js\client-min.js.tmp |
I merged your code into the master branch. Thanks! |
A merged .tmp files are being brought to WAR after minifying.
For example my configuration as follows:
in this case client-min.js.tmp was packed to WAR file thogether with clinet-min.js
Maven: Eclipse Build in Maven 3.0.4/1.4.0.20130531-2315
The text was updated successfully, but these errors were encountered: