mozilla / ember-cli-fxos

Ember-cli add-on for creating Firefox OS applications
11 stars 2 forks source link

Update version in manifest when package/bower/whatever updates? #1

Closed tofumatt closed 9 years ago

tofumatt commented 9 years ago

It would be nice, presumably, with a hook into ember build, to update the version inside the Open Web App manifest file so the version ready to be published to the marketplace/web server is up-to-date.

Related could be even auto-updating those versions on a deploy, but that's something that requires more careful treading.

tofumatt commented 9 years ago

Clarification: this should be a pre-build/during build step obviously, so we'll need to make sure there's the proper hook in ember-cli for this kind of thing.