I
I
Ilya Belsky2016-03-16 17:45:48
gulp.js
Ilya Belsky, 2016-03-16 17:45:48

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

3 answer(s)
K
Konstantin Kitmanov, 2016-03-16
@k12th

It is possible through gulp-replace, such a regular expression: /^\s*?$/mg.

E
Eugene, 2015-01-14
@Nc_Soft

You need to download composer.phar to the project folder, if you set it like that.

Y
Yuri Tarakhonich, 2015-01-14
@sofcase

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 question

Ask a Question

731 491 924 answers to any question