gulp-include-source icon indicating copy to clipboard operation
gulp-include-source copied to clipboard

Include scripts and styles into your HTML files automatically.

Results 12 gulp-include-source issues
Sort by recently updated
recently updated
newest added

this does not work: ``` gulp.task 'index', -> gulp.src dir.src + '/index.jade' .pipe $.jade({pretty: true}) .pipe $.includeSource() .pipe gulp.dest(dir.tmp) ```

And problem is if somebody generates html from jade and jade generate this comment without space before and of comment e.g.: ``` html ```