문제

At my work every project ha have two parts: 1. The project itself; 2. A external folder containing the JS, images and css.

We have an automated process that deploys this parts where they have to be. The first one at Weblogic and the second at Tomcat.

What I want to know is if there is a way to include this external folder with the application statics to the IntelliJ so I can edit them inside the IDE.

Now I'm editing the JS and CSS inside Notepad. And it is very annoying.

도움이 되었습니까?

해결책

You can create another project via File -> Import Project, locate the folder of your static resources, then choose "Create project from existing resources".

You will end up with two projects but it should be easy to toggle between the two.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top