-
Notifications
You must be signed in to change notification settings - Fork 116
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
Less plugs pipe? #120
Comments
Also having this problem -
With pipe(less()) commented out the css files are outputted to the /css/compiled directory, but if I uncomment this line no css files are generated |
Turns out my problem was a syntax error in the less file, didn't realise the error is silently swalllowed. Used gulp-util to log the error.
|
I am using gulp-plumber for that. I strongly recommend it!! |
Duplicate of #118 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When used with
gulp-connect
like this:... the browser never gets reloaded.
When the
.pipe(less())
is omitted, the browser reloads fine. Thus it must be aless
problem.The text was updated successfully, but these errors were encountered: