Jared Malcolm
Jared Malcolm
Adds a missing closing tag I noticed while reviewing the library.
We are currently building out a GraphQL server and we are looking at our options. How likely is `@defer` to come to fruition? Is there a similar solution we should...
``` gulp.task('copy-assets:datatables.net:images', function() { return gulp.src(nodeSource + "/datatables/media/images/*.png") .pipe(smushit()) .pipe(gulp.dest(assetRoot + "/images/")); }); ``` When running the above gulp task I'm getting an error (shown below)... ``` $ gulp copy-assets:datatables.net:images...
Fixes a spelling issue in the readme
Is there a way to have multiple siblings be the parent for children nodes? _i.e. Three founders having the rest of the company listed under them_