Skip to content

IDTdesign/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icons

Icons, source files and svg-sprites for projects.

Overview

Development

First run:

  1. Clone the repo
  2. Install project dependencies npm install
  3. Install Grunt Command Line globally npm install -g grunt-cli

Create svg-sprite:

  1. Add new icons to src/[projectname]/svg folder
  2. Run grunt bossrev or grunt bossxgen or grunt mvno to recompile svg-sprite
  3. Copy generated svg-icons-[projectname].js file to the project repository