Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undefined CSS/JavaScript/Image file in Eclipse

I'm developing a web project in Eclipse and using a bower. Some of libraries which I used has demo files and its own dependencies which related to structure of project which is different from structure of my project. Eclipse complains and gives me a lot of errors:

enter image description here

How can I disable validation of included resources in these folders? I already disabled JavaScript validation on these folder as described here: How do I remove javascript validation from my eclipse project?

Thank you.

like image 374
Anatoly Avatar asked Aug 24 '15 06:08

Anatoly


1 Answers

Check the Web Resources preference page for options when it comes to validation. It's provided from https://github.com/angelozerr/eclipse-wtp-webresources .

like image 116
nitind Avatar answered Nov 09 '22 20:11

nitind