T
T
tytkawa2014-10-16 16:02:00
gulp.js
tytkawa, 2014-10-16 16:02:00

How to minify the css of a specific folder on Gulp?

there is this hierarchy:

-site_1
--src_css
--- reset.css
--- index.css
--css
---main.min.css

-site_2
--src_css
--- reset.css
--- index.css
--css
---main.min.css

The sources for each site are in /src_css/*, the minified version is in /css/main.min.css.
It is necessary when changing css files, css was going to be used for a specific site, the rest should not be touched

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey B., 2016-11-18
@andykov

This is a node conflict with dependencies.
Remove node_modules and reinstall dependencies

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question