Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 655 Bytes

configuring_ide_idea.md

File metadata and controls

25 lines (19 loc) · 655 Bytes
layout title sitemap priority lastmod
default
Configuring your IDE
0.7
2015-05-22 18:40:00 +0000

Configuring Intellij IDEA

Import your project

  • Simply open your project normally
  • Maven should be detected, and your project will build automatically

Exclude directories

  • Right-click on the src/main/webapp/bower_components folder
  • Select "Mark Directory As" and select "Excluded"
  • You should also exclude
    • .tmp/,
    • node_modules/ and
    • src/main/webapp/dist (the dist folder will be created when you generate a production build)

Exclude