hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

Working weird in gulp watch #64

Closed goldsteinr closed 8 years ago

goldsteinr commented 8 years ago

i'm trying to watch a scss file and change the output .css to .css.liquid and send to another folder. I've made it work, but the rename task only works after the second save in the file. Its pretty weird. I thought it was the sass task running first, but not even with run-sequence its working. Do you guys have any tips?

shinnn commented 8 years ago

Support questions go to https://stackoverflow.com/. Use this issue tracker for only bug reports or feature requests.