-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
icon-builder: fileSuffix / non-mui icons broken #1139
Labels
package: icons
Specific to @mui/icons
Comments
tony
added a commit
to tony/material-ui
that referenced
this issue
Jul 12, 2015
tony
added a commit
to tony/material-ui
that referenced
this issue
Jul 13, 2015
- 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.
tony
added a commit
to tony/material-ui
that referenced
this issue
Jul 13, 2015
- 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.
tony
added a commit
to tony/material-ui
that referenced
this issue
Jul 13, 2015
- 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.
tony
added a commit
to tony/material-ui
that referenced
this issue
Jul 14, 2015
- 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
added a commit
to tony/material-ui
that referenced
this issue
Jul 14, 2015
- 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.
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: #1130 The approach we're taking now with
fileSuffix
in 0.10 won't work with arbitrary svg icons packages.fileSuffix
chops of 3 characters from beginning of files, does a find/replace only necessary for mui iconsIn the short term, let's fix what we already have. Looking forward, we can investigate something like gulp for processing.
The text was updated successfully, but these errors were encountered: