ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

Update ember-cli-uglify references and configuration #216

Closed Windvis closed 3 years ago

Windvis commented 3 years ago

ember-cli-uglify was renamed to ember-cli-terser and included in the 3.21.1 release. However, the cli docs still reference ember-cli-uglify .

rwjblue commented 3 years ago

Ya, thanks for reporting definitely should get this fixed up.

I think we just need to fix these two locations:

https://github.com/ember-learn/cli-guides/blob/fe580fb1fc322345c83cfc8f478b06269f2675ed/guides/advanced-use/index.md

https://github.com/ember-learn/cli-guides/blob/fe580fb1fc322345c83cfc8f478b06269f2675ed/guides/advanced-use/asset-compilation.md

Definitely would love a PR for this!

Windvis commented 3 years ago

I'll try to take a look when I find some time in the coming evenings. :+1: