shakyShane/jekyll-gulp-sass-browser-sync

How to send only main.css file to the _site folder and send *.js files to one bundle.js into _site folder ?

szymonhernik opened this issue · 0 comments

Hello, how to send the only main.css file to the _site folder? Right now I got in _site/assets/css a lot of sass files.
This is link to my gulpfile.js.

Also I've been wondering if I can send *.js files from assets into one bundle.js?

Hope that anyone can help me :)