rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

Copy Built dist/index.html to dist/assets #15

Closed seanpdoyle closed 9 years ago

seanpdoyle commented 9 years ago

During ember-cli-rails's build process, dist/assets is symlinked into the appropriate directory for exposure to the Asset Pipeline.

Although it won't ever be requested, moving the index.html into the asset directory will ensure that it survives Heroku's cleanup step.

seanpdoyle commented 9 years ago

@rondale-sc this is necessary for getting https://github.com/thoughtbot/ember-cli-rails/pull/224 merged.

rondale-sc commented 9 years ago

@seanpdoyle sg, I'll try to cut a release of this before lunch.

seanpdoyle commented 9 years ago

@rondale-sc hold off on this, I'm in the process of debugging.

Also, would you feel ok making me a contributor and adding me to npm?

rondale-sc commented 9 years ago

@seanpdoyle sg. Will add you.

rondale-sc commented 9 years ago

@seanpdoyle What is your npm username?

seanpdoyle commented 9 years ago

https://www.npmjs.com/~seanpdoyle

rondale-sc commented 9 years ago

@seanpdoyle Also, are you on slack or someplace that I can reach you during work hours? Would like to discuss a few things.

seanpdoyle commented 9 years ago

@rondale-sc could you take one more look at this before I merge and publish?