ember-cli-deploy-json-config
ember-cli-deploy-json-config copied to clipboard
An ember-cli-deploy plugin to convert index.html to json config
I recently implemented this addon and noticed that the index.json output does not respect the `outputPaths` config setting in `ember-cli-build.js`. Here is a sample of my configuration and the resulting...
The generated index.html in build has a ```html ``` tag that is not transferred to the `index.json` file.
This is in the README.
as noted by @achambers in #14 > Maybe what the real change needed here is a better way to define custom selectors....At the moment you either use the defaults or...
Love the plugin and the rest of ember-cli-deploy - thank you. I just ran into an issue where my `index.json` file was gzipped along with other resources which obviously caused...