-
Is it possible?
cf. https://github.com/gulpjs/gulp/blob/master/docs/writing-a-plugin/guidelines.md
-
In [_Writing a plugin_](https://github.com/gulpjs/gulp/blob/master/docs/writing-a-plugin/README.md), it states that a plugin "takes in Vinyl file objects" as input. What about a plugin that can create…
-
Hello and thank you very much for your work in gulp-notify.
I have a problem with your most recent version of this plugin. I used to work with snarl or growl but the most recent version uses the nati…
-
It's a common practive to use a pre-defined tag for packages related to a main library.
`gruntplugin` `gulpplugin` etc.
So I guess we should push theme creators in that direction too.
The main usage…
-
Remove the `gulpplugin` keyword from gulp-load-tasks so it doesn't show up in search.
-
Hi,
When I set cwdbase to true the files are deployed with their absolute path and not their relative path.
The below example deploys C:\Users\User\workspace\myproject\dist\scripts\app.js instead of…
-
You say about file concatination:
"Concatenate files
The tsc command has the ability to concatenate using the --out parameter. gulp-type doesn't have that, because you should use the gulp-concat plu…
ghost updated
9 years ago
-
1/2 the tasks are great gulp plugins: take in a glob of vinyl files from gulp.src. 1/2 the tasks run in a directory and don't need a vinyl file, just a cwd. Split these two parts apart, make the fir…
-
```
canvas@canvas-desktop:~/canvas$ npm install
> canvas-lms@0.0.0 preinstall /home/canvas/canvas
> script/gem_npm install
npm WARN locking Error: EACCES, open '/home/canvas/.npm/_locks/ember-templa…
-
Hey!
Great project - I just wanted to let you know that you're free to use the gulpjs registry instead of npmsearch (which we had a lot of downtime issues with) for your generator page.
Basically ht…