Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new targets feature in ember-cli. #34

Merged
merged 1 commit into from Apr 22, 2017

Commits on Apr 19, 2017

  1. Add support for new targets feature in ember-cli.

    See:
    
    * https://github.com/ember-cli/rfcs/blob/master/complete/0095-standardise-targets.md
    * https://emberjs.com/blog/2017/03/19/ember-2-12-released.html#toc_targets
    
    On older ember-cli versions `project.targets` is undefined, which would cause
    the default autoprefixer results (same as prior to this change).
    
    On newer ember-cli versions the projects own targets are used and manual configuration
    in `ember-cli-build.js` is not needed.
    rwjblue committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    6e9c2da View commit details
    Browse the repository at this point in the history