Ben Shearer

Results 2 issues of Ben Shearer

http://ember-cli-deploy.com/docs/v0.6.x/fingerprinting/ This includes this line: ``` var env = EmberApp.env(); var isProductionLikeBuild = ['production', 'staging'].indexOf(env) > -1; ``` But as far as I am aware, there is no 'staging' environment,...

Hello, thanks for maintaining this package. Are there any plans to add TypeScript in the future at all?