Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

filamentgroup/grumpicon

Repository files navigation

⚠️ This project is archived and the repository is no longer maintained.

Grumpicon!

                               /'
                              //
                          .  //
                          |\//7
                         /' " \
                        .   Õ~Õ
                        | (    \
           _ _ - -_     |  '._  '
  _ __   _-         \_ _/    \'-'
 //  \\_/                 
 \\   |                      |
 ||   |                      /
/ |    \                    /
|VV    ||--\__________/-||-/| 
       ||  ||           || ||
       { } { }          { }{ }

A web app for Grunticon, a mystical CSS icon solution.

Filament Group

Getting Started

To use, check out http://www.grumpicon.com

Running Locally

  1. Clone repository: git clone https://github.com/filamentgroup/grunticon-app
  2. Install Dependencies: npm install
  3. Build the project: grunt
  4. Create a virtual host to run from the root directory
  5. Open the local url in your browser.
  6. Drag svgs into the app

You can also run Grunticon from the command line as part of a Grunt.js build process. More documentation is available on the Grunticon task page.

Known Issues

  • In Safari, the file you download is titled "Unknown." This can have ".zip" added to it and still function. This is because of Safari's lack of support for the download attribute on links (IE is also missing this attribute).