We do not have a lot of experience in Javascript/CSS world as we do primarily Java EE projects (backends). We usually have webapp/resource directory where is all the JS+CSS content and that`s it.
It would be great to have better management of those JS+CSS resources, minifier, resource versioning, maybe obfuscator. I am really curious if someone is using Google Closure tools or any other useful tools which would improved our project. I am not sure if Grunt (build tool for JS projects) could help us in any way. We are using mostly bootstrap + jquery but we do plan to move on and try new 'cool' JS frameworks as Angular or Node.js.
Can you share a bit of your experience on this field ? How do you handle JS+CSS resources in your Java project ?