0

I have the following Gulpfile.js: http://pastebin.com/khEF08GC

When generating the "sass" task, the Gulp creates .css files for each of .scss, I would like it to generate one file based only on the file "style.scss" which is where the @import. But it happens whenever there are changes in any of the directory _sass.

1 Answers1

0

I have used this solution, specifing each .scss final file and editing watch task.

Community
  • 1
  • 1