Questions tagged [gulp-plugin]

20 questions
0
votes
1 answer

gulp: how to replace the link to code and inserting code from file

how to replace the link in the index.html: to code from styles.min.css file ... which plug-in? Thnx!
0
votes
1 answer

gulp inject relative file paths

I have a file, testboot.js, that I want to inject import statements like so: import "../app/app.spec"; import "../app/navbar/navbar.spec"; Note that the import statement is relative to testboot.js. I am having trouble figuring out a clean way of…
zero_dev
  • 613
  • 9
  • 17
0
votes
1 answer

Is it possible / How to run gulp modules directly?

It would make sense for me to use some of gulp modules/plugins independently. E.g.: I have installed gulp-less globally (npm install --global gulp-less) and want to use it instead of lessc in the manner like grunt-less -options ./my/css/folder or…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
1 answer

gulp-plumber module cannot be found?

I'm fairly new to Gulp and I can't overcome one issue. I need to install my dependencies globally (not locally), so I've done npm -g install & also tried to install them all separately with -g flag. Anyway, SASS works, Coffee works, everything…
Wordpressor
  • 7,173
  • 23
  • 69
  • 108
0
votes
1 answer

Is it possible to put bower `main` files to specific folder with gulp plugin?

Is it possible to copy .js files to one specific javascript folder with gulp plugin main-bower-files ? var gulp = require('gulp'), bower = require('gulp-bower'), mainBowerFiles = require('gulp-main-bower-files'), gulp.task('mainbower',…
Mo.
  • 26,306
  • 36
  • 159
  • 225
1
2