-
I see there is a grunt task for running tests but I didn't see an equivalent gulp task or anything in the backlog here to create one. I sure would find one useful as would, I'm sure, many other people…
-
Found while checking out #63.
It seems that the [Gulp.js registry](http://gulpjs.com/plugins/) has changed slightly, and is no longer being searched by the workflow.
Looking at the code for that sea…
-
first off, awesome utility!
I started to try to put together a little gulpfile, however the search npm wouldn't work! so I popped open my console and saw:
XMLHttpRequest cannot load http://registry.…
-
Running a simple gulp script with the following outputs no files:
``` javascript
return gulp.src(['Styles/**/*.sass', 'Styles/**/*.scss'], { base: '.' })
.pipe(sass())
.pipe(gulp.dest('.'))
```
Putt…
-
Is gulpplugin a typo? Should that be gulpplugin in order to get listed on gulpjs.com?
-
This is my `npm-debug.log` file:
``````
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/bin/npm', 'publish' ]
2 info using npm@3.6.0
3 info using node@v0.10.38
4 verbose node symlin…
-
Just an FYI, that npmjs.com is still publishing your older 2.0.4 version and does not offer your great 2.1.0 version.
gulp-hash mivir
A gulp plugin for cachebusting files by adding a hash to their …
-
### Cordova Plugin Search
Move to NPM poses new challenges around branding and plugin discoverability. Below I'll go into details of this problem and how it's tackled by other open source communities…
-
There's nothing in the guidelines about naming plugins. I'd suggest the following:
- If the sole purpose of the package is to be a gulp plugin, it should begin "gulp-".
- If it is not a gulp plugin (f…
-
http://gulpjs.com/plugins/
We think we just need to add "gulp" and "gulpplugins" to the "keywords" array.