Awesome
:warning: This project is archived and the repository is no longer maintained.
Grumpicon!
/'
//
. //
|\//7
/' " \
. Õ~Õ
| ( \
_ _ - -_ | '._ '
_ __ _- \_ _/ \'-'
// \\_/
\\ | |
|| | /
/ | \ /
|VV ||--\__________/-||-/|
|| || || ||
{ } { } { }{ }
A web app for Grunticon, a mystical CSS icon solution.
Getting Started
To use, check out http://www.grumpicon.com
Running Locally
- Clone repository:
git clone https://github.com/filamentgroup/grunticon-app
- Install Dependencies:
npm install
- Build the project:
grunt
- Create a virtual host to run from the root directory
- Open the local url in your browser.
- 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).