rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

It seems like the lockfile is not created upon rebuilds. #10

Closed rwz closed 9 years ago

rwz commented 9 years ago

When you run ember build in a --watch mode and change file, it seems that build hooks are not being executed that results the whole lockfile feature not to work. It works fine on initial build though.

Could we investigate? @rondale-sc @rwjblue

rondale-sc commented 9 years ago

@rwz Could you give me the steps to replicate. I just confirmed that ember-cli's build-watch is firing the hooks correctly. Then checked to ensure that ember-cli-rails-addon's lockfile was being created on each fire of the hook and found that it was.

rondale-sc commented 9 years ago

Tested on:

rondale-sc commented 9 years ago

Closing for now (as we discussed @rwz)