Skip to content

Automatically build and include all the various platform / device favicon formats from a single source favicon.png

License

Notifications You must be signed in to change notification settings

davewasmer/ember-cli-favicon

Repository files navigation

ember-cli-favicon

Build Status Dependency Status

Take a single favicon source file at public/favicon.png, and convert to the various formats and sizes required for popular devices and platforms. Also injects the appropriate HTML into your index.html file during the build process.

Installation

$ ember install ember-cli-favicon

Usage

Just save an image to public/favicon.png (try to make sure it's at least 256x256). Additional configuration options are supplied in your ember-cli-build.js file:

// ember-cli-build.js
var app = new EmberApp({
  favicon: {
    config: {
      // these options are passed directly to the favicons module
    }
  }
});

See the favicons module for details on the available configuration options.

About

Automatically build and include all the various platform / device favicon formats from a single source favicon.png

Resources

License

Stars

Watchers

Forks

Packages

No packages published