ember-cli-favicon

v3.0.0
Automatically build and include all the various platform / device favicon formats from a single source public/favicon.png.
ember-addon favicon

build

ember build --environment=production

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

mocha tests/build.js

test:ember

ember test

test:ember-compatibility

ember try:each

release

release-it
npm i ember-cli-favicon

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Dave Wasmer
  • released 10/17/2021

Downloads