ember-rails icon indicating copy to clipboard operation
ember-rails copied to clipboard

ember:install generator should clear tmp files after installing.

Open rwjblue opened this issue 11 years ago • 2 comments

Otherwise the incorrect files get served until rake tmp:clear is ran.

For reference:

http://stackoverflow.com/questions/21992870/ember-rails-upgrading-emberjs-version-confusing-tmp-folder

rwjblue avatar Feb 24 '14 16:02 rwjblue

When I run "rails g ember:bootstrap" it puts ember.js and ember-data.js. which never change after that.

rigelinside avatar Mar 04 '14 16:03 rigelinside

I'm actually finding that even when I do

bundle exec rake -T I'm getting a tmp/ directory created. If I do it as the wrong user, all of a sudden I under up with an application that won't start.

CloCkWeRX avatar Jun 25 '14 11:06 CloCkWeRX