David Long
David Long
@schickling I was trying to fix this issue and was wondering, how should this function when you pass an array of paths or glob to the `gulp.src`? For example, if...
Just a note, by simply moving the line ``` javascript if (config.directoryListing.enable) { app.use(serveIndex(path.resolve(config.directoryListing.path), config.directoryListing.options)); } ``` Inside the `through.obj` function argument and changing `config.directoryListing.path` to `file.path`, will make it...
@reintroducing It's best practices, when reporting issues to create 1 issue per Issue. So you have 2 issues now: 1. Support manually reloading contents, like in `gulp-connect` 2. Support partial...
@schickling looking into the configuration, I'd propose the following changes to support manually reloading in livereload. 1. Add configuration to `livereload` property to set it to it to manual reload...
Can you give a more concrete example of your code. What is `someConfig`? What's `gulpPluginLoad` doing? Also use syntax highlighting like follows: `````` ```javascript var stream = gulp.src('build') .pipe(gulpPluginLoad.webserver(someConfig)); setTimeout(function...
Has the reason that this PR not been merged only that the checksum needs to be updated? The current checksum for ruby-install 0.6.0 is `3cc90846ca972d88b601789af2ad9ed0a496447a13cb986a3d74a4de062af37d`.
I suppose there's no need to have different tasks. In theory the implementation would just be to pull a Gist. Group sass and js files into a widget and exs...
I was going to start doing some research tonight on building something out a little more advanced than Dashing as well. I think having a web based search engine for...
Oooo that's a cool syntax for it! On Wed, Jun 28, 2017 at 6:53 PM Dimitrios Zorbas wrote: > We can support a cron-like interval format. We can even re-use...
If you feel like your widget has enough general use to be in the core, create PR merging it into the installer template.