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

#1127 #1126 #1125 #1139 Icon builder tests, grunt, templating #1130

Merged
merged 4 commits into from
Jul 16, 2015

Commits on Jul 14, 2015

  1. icon-builder tests, grunt, fix mui#1127 mui#1126 mui#1125 mui#1139

    - Add grunt, mocha.
    - Modularize functions in build.
    - Tests for functions and types.
    - Grunt watch for rerunning tests on file save.
    - Wrap argv in main() + only run when executing as a script.
    - main() now accepts parameterized object literal for simulating args.
    - mui#1139 split file renaming into module / argument.
    - Tests + Fixture for result output.
    tony committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    9782c5a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Rewrite build.js processing.

    - Search through files via node-glob
    - Use _.defaults for default options
    - Custom filters are now more flexible, output relative
      to options.outputDir / --output-dir
    - mui-icons no longer needs --file-suffix, _24px.svg -> .jsx
      happens in filter.
    - pascalCase now capitalizes first letter of recursive directories
      and dashes.
    tony committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    a001394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dac89 View commit details
    Browse the repository at this point in the history
  3. Fix matching

    tony committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    440b567 View commit details
    Browse the repository at this point in the history