duderonomy-ember-autoprefixer

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import duderonomyEmberAutoprefixer from 'https://cdn.skypack.dev/duderonomy-ember-autoprefixer';
</script>

README

duderonomy-ember-autoprefixer

Build Status Greenkeeper badge

This is basically ember-cli-autoprefixer, but with updated dependencies. You should probably use ^ and I might deprecate this in the future if ember-cli-autoprefixer updates its deps.

I really only intend to use this myself. If you like it.. PR some good stuff. Maybe I will rename it?

I basically copy pasted the pertinent bits from ember-cli-autoprefixer into a brand new ember-cli addon. ( so I could use the latest stuff )

I (we?) DO NOT SUPPORT NODE 4, min version node 8.

Installation

ember install duderonomy-ember-autoprefixer

Usage

[Longer description of how to use the addon in apps.]

Contributing

Installation

  • git clone <repository-url>
  • cd duderonomy-ember-autoprefixer
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • yarn test – Runs ember try:each to test your addon against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.