Skip to content

HOW TO: Set up your development environment

Steve Liedtke edited this page Sep 23, 2013 · 3 revisions

TODO: Soon, here you will find a guide how to set up your development environment

JavaScript Validation in Eclipse

Because the .settings folder isn't commited to the repository you have to set the JavaScript Validation on your own:

Right click on project -> Preferences -> JavaScript -> Include Path -> Source -> Edit "Excluded"

Add the folowing to the "Exclusion patterns":

src/main/webapp/javascripts/foundation.min.js

src/main/webapp/javascripts/foundation/*.js

src/main/webapp/javascripts/vendor/*.js

target/**

Clone this wiki locally