Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons index gen #1959

Merged
merged 3 commits into from
Oct 21, 2015
Merged

Icons index gen #1959

merged 3 commits into from
Oct 21, 2015

Commits on Oct 21, 2015

  1. Added index generator for SVG icons

    src/svg-icons/index-generator.js is a naive implementation to generate an index.js file for SVG icons that uses synchronous calls to fs (nodejs API).
    
    index-generator.js can be run with node using "node index-generator.js" to generate the index.js file (good idea to delete old index.js first).
    shaurya947 committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    4d213bf View commit details
    Browse the repository at this point in the history
  2. Minor code cleanup

    shaurya947 committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    5fcd97e View commit details
    Browse the repository at this point in the history
  3. Adding newlines to end

    And some other minor changes
    shaurya947 committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    f39790f View commit details
    Browse the repository at this point in the history