Answer the question
In order to leave comments, you need to log in
GULP plugins, gulp-useref plugin?
gulp-useref - parses specific blocks and concatenates the styles and scripts described in them,
what does it mean, parses specific blocks?
Answer the question
In order to leave comments, you need to log in
Judging by the documentation, these are resources enclosed between build and endbuild:
<!-- build:css css/combined.css -->
<link href="css/one.css" rel="stylesheet">
<link href="css/two.css" rel="stylesheet">
<!-- endbuild -->
In this block, we have included css files that will be combined into one combined.css
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question