Nicolas HENRY
Nicolas HENRY
@ForbesLindesay Can you take a quick peek? :)
I have this problem too, it seems that when the user try to load `file:///android_asset/www/index.html` then the url `http://localhost/` is loaded so the history look like this : ``` 0...
> What do you want to do with it? Nothing on browser platform, I use it only on Android and iOS platform but I still need some other cordova plugins...
Our current build system forbid the use of github or local cordova plugins for now but I am not really in a hurry, none of our users have complained so...
@janpio Is it fixed ?
@smnbbrv Can you merge/release this? Or maybe can you give us a contact from someone who could do that for this repository?
@derhuerst If you are interested, I developed a package named [send-stream](https://www.npmjs.com/package/send-stream) that can do it this way for express: ```js const express = require("express"); const stream = require("stream"); const sendStream...
@derhuerst My main objective with the [send-stream](https://www.npmjs.com/package/send-stream) package was to implement some features missing in `send` like https://github.com/pillarjs/send/issues/160 , https://github.com/pillarjs/send/issues/122 or https://github.com/pillarjs/send/issues/176 . I also added pre-compressed file serving, multi...
@anubajaj23 gulp.watch is using an old and deprecated version of chokidar but kept for compatibility with old node versions. I chose to use directly [chokidar](https://www.npmjs.com/package/chokidar) with the latest version instead...
@bripkens The benefit would be to be able to load this library without the need of a bundler when used in the browser and in my case to take advantage...