intellij-emberjs
intellij-emberjs copied to clipboard
Project generator issues
I am using IntelliJ Ultimate 2016.3 and intellij-emberjs 2016.3.2 installed through the plugin repository. I generated an Ember application project and found two things different from what I would get if I ran ember new and imported the project from source.
- The bower_components directory was not marked as a Library Root. Comparing it to another project that was imported from source, the
<orderEntry>tags for bothnode_modulesandbower_componentswere missing from the.imlfile. - Git was not activated as the VCS for the project. Neither the
.gitdirectory or the.idea/vcs.xmlfile were present.
@srvance thanks for reporting this!