-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support WOFF 2.0 #34
Support WOFF 2.0 #34
Conversation
@@ -1,4 +1,4 @@ | |||
.DS_Store | |||
node_modules | |||
test/results | |||
test/results* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your test code doesn't clean up results_css
, results_less
and results_scss
when test failed. And test/results
in .gitignore doesn't match these directories.
I think test should always be passed, but it's safer to ignore results*
directories completely.
Thanks a lot, LGTM. The only question I have is with regards to the |
Sorry about the delay, thanks again! |
No problem! Thanks. |
Finally published as 2.1.0: https://github.com/backflip/gulp-iconfont-css/releases |
Thank you 😄 |
WOFF 2.0 format is superior to WOFF, and
gulp-iconfont
supports it now.I added
woff2
to the templates.And I found the master branch failed the test, so I also updated test assets to fix it.