Skip to content

jpdevries/grunt-font-awesome-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#grunt-font-awesome-list

Parses font-awesome icons and outputs an alphabetized 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

The path to your font-awesome scss/_icons.scss file.
Type: String
Default: './lib/font-awesome/scss/_icons.scss'

dest

Filepath for where you would like your Array dumped to.
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'
    }
  }
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published