-
Notifications
You must be signed in to change notification settings - Fork 0
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
update to fly@0.7.0 new API #9
Conversation
this.filter("less", (source, options) => { | ||
options = assign({}, { | ||
compress: false, | ||
paths: [] |
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.
If @import
is still not working, we can add this bit again.
@bucaran Can I take over this PR? |
@watilde Of course and thanks. |
I updated some code for fixing test case and rebased. |
Seems ok! After merge this PR, I'll publish as minor updating. |
Cool. Don't you think it would be better to test the plugins without Fly? That's what I do here and it works OK. |
we still need to add tests. I will try to get this done later this week too.