elucid / ember-cli-redis-proxy

Write index.html to redis on each build
MIT License
4 stars 3 forks source link

ember-cli-deploy 0.5.0 and ember-cli-deploy-json-config #7

Closed himynameisjonas closed 9 years ago

himynameisjonas commented 9 years ago

Hi, I'm trying out ember-cli-deploy 0.5.0 on a new ember app and sadly noticed that this package doesn't work anymore :(

It was quite easy to this lib to read the new config format but I wonder if it's possible to get it to work with ember-cli-deploy-json-config (converts the index.html to json for easier parsing in my Rails app that is serving the ember app)

elucid commented 9 years ago

This plugin won't be updated to be compatible with ember-cli-deploy as the functionality is now built into core. Please see http://ember-cli.github.io/ember-cli-deploy/docs/v0.5.x/development-workflow/ for details.