stefanaerts
stefanaerts
Problem with gulp taks fonts. When you use clean-fonts in the fonts task and you run the fonts task twice,it will fail 1 time. This is the error message: see...
dont forget to install gulp-wait
John, it seems that the older version of gulp-inject didn't check on this read option. [email protected] you use doesn't check on that. [email protected] does the check and thats why i...
This is my update how i believe it should be: function inject(src, label, order) { var options = {read: false}; if (label) { return $.inject(orderSrc(src, order,options),{name:'inject:' + label}); } else...