A
A
altertable2020-03-14 00:54:47
gulp.js
altertable, 2020-03-14 00:54:47

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

1 answer(s)
V
Vitaly Pershin, 2020-03-14
@vityareabko

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 question

Ask a Question

731 491 924 answers to any question