ahmadawais / WPGulp

An advanced Gulp workflow for WordPress development with extensive documentation. Used by 40,000+ themes and plugins.
https://twitter.com/MrAhmadAwais/
MIT License
1.76k stars 303 forks source link

Dont combine css / js #210

Open laluuk opened 7 months ago

laluuk commented 7 months ago

Hi,

Firstly, great project have been using it for quite some time.

My question is I don't want to combine CSS/JS into one file. I would like to just minify and have individual files in another folder like dest/css and dest/js. How can I go about doing this please?

Thanks.