New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ember-cli-icomoon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-icomoon

Generate Icomoon font files

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
12
500%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-icomoon

Ember addon that download, extract and copy Icomoon files from Project.json file. Addon is basically wrapper for icomoon-build npm package.

Installation

npm install ember-cli-icomoon --save-dev

After adding addon to your project go to Icomoon web app and download your Project.json file.

Configuration

Add configuration to ember-cli-build.js

var app = new EmberAddon(defaults, {
  // Add options here

  icomoon: {
    projectFile: 'Project.json',
    styleOutputFile: 'app/styles/vendor/icomoon/style.css',
    fontsOutputFolder: 'public/fonts'
  }
});
  • projectFile - path to project file from Icomoon
  • styleOutputFile - path where style file should be placed
  • fontsOutputFolder - folder where font files should be placed

Usage

After setting configuration you are done. Icomoon files will be pulled each time you start project build. Addon will check if project file has dirty git status to ensure files are generated only when necessary.

Keywords

ember-addon

FAQs

Package last updated on 13 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts