-
Notifications
You must be signed in to change notification settings - Fork 549
Fix commentless filter #758 #759
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
base: master
Are you sure you want to change the base?
Conversation
|
Btw, travis build contains errors from master. |
|
Yes, if you could submit a pull request with fixes for master that would be On Tue, 6 Oct 2015 at 11:11 AlexAsh notifications@github.com wrote:
|
|
Now build passes (except one HHVM-related issue) and pull request is ready for review :-) |
|
@AlexAsh please submit the test fixes for master in a separate PR, so that it can be merged much quickly than the big refactoring done in this PR. |
|
Done. So if build fixing PR will be merged should I rebase & push -f this branch? |
|
@AlexAsh yes, please rebase this branch |
a91647d to
49153bc
Compare
This fixes issue #758 with CSS and also LESS filterCommentless.
Also broken test ScssphpFilterTest::testCompassExtensionCanBeDisabled fixed.
Possibly it worth moving from regexps to lexers/parsers for language processing (CSS, LESS etc.) in future.