intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

Project generator issues

Open srvance opened this issue 9 years ago • 1 comments

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.

  1. 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 both node_modules and bower_components were missing from the .iml file.
  2. Git was not activated as the VCS for the project. Neither the .git directory or the .idea/vcs.xml file were present.

srvance avatar Nov 23 '16 17:11 srvance

@srvance thanks for reporting this!

Turbo87 avatar Nov 23 '16 17:11 Turbo87