grunt-font-awesome-list

1.0.0 • Public • Published

grunt-font-awesome-list

Parses font-awesome icons and outputs an alphabatized Array of icon classes

Getting Started

This plugin requires Grunt >=0.4.0

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-font-awesome-list --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-font-awesome-list');

Options

src

Type: String
Default: './lib/font-awesome/scss/_icons.scss'

dest

Type: String
Default: './temp/font-awesome-icons.txt'

Usage Examples

'font-awesome-list':{
  list:{
    options:{
      src:'./lib/font-awesome/scss/_icons.scss',
      dest:'./temp/font-awesome-icons.txt'
    }
  }
}

Package Sidebar

Install

npm i grunt-font-awesome-list

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jpdevries