Dan Tonon
Dan Tonon
There is no need for full inlining to be done through a mixin. Jade already allows for easy svg inlining by simply writing an include that points to the svg...
> CSS styling is still not possible to be added to SVG if it's loaded externally? Limited styling is possible in an svg sprite. Generally the only styling you would...
edit the `dest` of files in the gulp tasks. so for example in sass task the `dest` is currently ```` path.join(taskTarget, dirs.styles.replace(/^_/, '')); ```` Change it to this: ```` path.join(taskTarget,...
Specifically it started occurring when Gulp 4 updated from `gulp-4.0-alpha.2` to `gulp-4.0-alpha.3`. I've had issues with other components as well due to this change (browserify and gulp-modernizr broke for me...
From one of the Gulp core contributors: > we removed the pipe method that existed on a Vinyl object because the API was very bad and did not do what...
vinyl-ftp has a similar looking ftp upload file. I was able to get it working after taking a bit of inspiration from this file: https://github.com/morris/vinyl-ftp/blob/master/lib/ftp.js First, create a local copy...
I might do it later. I doubt it would do much good though. The owner hasn't made any alterations to this thing in over 2 whole years.
> First, create a local copy of the gulp-sftp index.js file and save it into your version control. @costacode the change is made to the copy you made of the...
> the reference to the new version of gulp-sftp (instead of the npm version). Where do you make that change? Oh right, yeah you add that reference to the gulp...
It's best not to post comments like "thanks" and "+1". You can show appreciation through using the reaction emojis on the individual comments.