Answer the question
In order to leave comments, you need to log in
Plugin to remove blank lines?
Is there a gulp plugin to remove empty lines in html? Not a minifier, just to remove empty lines.
Answer the question
In order to leave comments, you need to log in
It is possible through gulp-replace, such a regular expression: /^\s*?$/mg
.
You need to download composer.phar to the project folder, if you set it like that.
You have composer installed globally, apparently, because composer.phar is not in the project directory.
Try this while in the project directory:composer install
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question