Skip to content

cloudfour/svg-icon-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Icon Process Example

Getting started

  1. Install Node.js v0.12 or later
  2. Clone this repository
  3. cd into the project directory
  4. Run npm start
  5. View http://localhost:3000 in your browser

Structure

├── dist/               Output directory
├── src/
│   ├── icons/
│   │   ├── *.svg       Individual icons
│   │   ├── icons.ai    Source file for icons
│   │   └── icons.yaml  Accessibility info for icons
│   └── static/         Static files
└── gulpfile.js         Build tasks

Deployment

Note: This requires write permissions for the repository.

Run gulp deploy to update and publish the gh-pages branch based on the contents of the current dist directory.