shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

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

Closed szymonhernik closed 7 years ago

szymonhernik commented 7 years ago

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 :)