layout | title | sitemap | priority | lastmod |
---|---|---|---|---|
default |
Configuring your IDE |
0.7 |
2015-05-22 18:40:00 +0000 |
- Simply open your project normally
- Maven should be detected, and your project will build automatically
- Right-click on the
src/main/webapp/bower_components
folder - Select "Mark Directory As" and select "Excluded"
- You should also exclude
.tmp/
,node_modules/
andsrc/main/webapp/dist
(thedist
folder will be created when you generate a production build)