0
votes

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
I'm voting to close this question as off-topic because its not in English. - Mureinik
Olá. Este site está destinado a escrever em Inglês, mas não português. Por favor, re-escreve a tua pregunta em Inglês. - user4396006
@Mureinik wait, I've just told him to re-write it in English. He may do. - user4396006
@Mureinik everyone has their chance to make a mistake and correct it. - user4396006
Sorry, I selected wrong StackOverflow on post. I'll translate, a moment. - Alex Kleinubing

1 Answers

0
votes

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