ember-cli-deploy-json-config icon indicating copy to clipboard operation
ember-cli-deploy-json-config copied to clipboard

An ember-cli-deploy plugin to convert index.html to json config

Results 5 ember-cli-deploy-json-config issues
Sort by recently updated
recently updated
newest added

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.

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...