S
S
Sn0wSky2016-08-20 11:05:44
Less
Sn0wSky, 2016-08-20 11:05:44

How to make gulp/less not recompile some @imports every time?

There are very large connecting files, which then decently slow down browserSync.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav, 2016-08-20
@Sn0wSky

You can put the necessary @imports in a separate file and compile it. Then check whether it exists or not. If it exists, then add it to gulp.src, if not, then don't.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question