Skip to content

vladfilipro/rig-font-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rig-font-awesome

Dependency Status

A rig containing font-awesome support for your projects

How to use

  1. Install rigs package: npm install rigs
  2. Install rig-font-awesome: npm install rig-font-awesome

Available tasks in rig-font-awesome

  • rig-font-awesome__font-awesome: A task which copies the font awesome files to your project
    • properties:

      • fontsDest: String, refers to the destination folder for font files. Nothing will be done if not specified.
      • lessDest: String, refers to the destination folder for less files. Nothing will be done if not specified.
      • scssDest: String, refers to the destination folder for scss files. Nothing will be done if not specified.
      • cssDest: String, refers to the destination folder for css files. Nothing will be done if not specified.
      {
          taskname: 'rig-font-awesome__font-awesome',
          dependency: [],
          fontsDest: './',
          lessDest: './',
          scssDest: './',
          cssDest: './'
      }
      

Generated using webcase-rig version 1.0.1

About

A rig containing font-awesome support for your projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published