When I try to load the war file for my project in the Lighthttp server, I get "filename too long" error from the server for the generated JS files such as this :
"733C57A6999C647D009A3EBA1F5CEF9C.cache.js"
When I compile I am using the collapse all property so only one JS file gets created
I wanted to know if there was something that I could do in the code itself or in the xml file to generate a shorter name before it compiles (I don't want to have to rename the file every time)
Any help would be really appreciated.