ember-cli-multi-html-output
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ember-cli-multi-html-output", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This addon lets you, at the end of the application build, override and/or duplicate and then patch the generated `index.html`, with values you configure in the application options. The values replace placeholders set into `app/index.html`.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # ember-cli-multi-html-output | ||
```shell | ||
ember install ember-cli-multi-html-output | ||
ember install ember-cli-multi-html-output -D | ||
``` | ||
@@ -120,1 +120,4 @@ | ||
``` | ||
`ember build -env DESIRED_ENVIRONMENT` should be generating the different | ||
targets (i.e `index.html`, `index-fr.html`) in the `/dist` folder. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5497
122