chrome-devtools-autosave-server
chrome-devtools-autosave-server copied to clipboard
Simple Node.js server for chrome-devtools-autosave
First let me commend you on an AMAZING application you've built here, thank you very much! Second I'm not a strong terminal user yet so this issue is probably with...
[Deprecating the "X-" Prefix and Similar Constructs in Application Protocols](http://tools.ietf.org/html/rfc6648) X-URL → Autosave-URL X-Autosave-Version → Autosave-Version X-Path → Autosave-Path X-Type → Autosave-Type Do it in the next major release.
Make a [postinstall npm hook](http://npmjs.org/doc/scripts.html) for all major operating systems. http://en.wikipedia.org/wiki/Init ## Mac OS X Create a ~/Library/LaunchAgents/com.chrome.devtools.autosave.launchd.plist file with the following content: ``` xml Label com.chrome.devtools.autosave.launchd ProgramArguments /usr/local/bin/autosave RunAtLoad...
Since I am behind a proxy server, I followed your instructions to install from a folder, but it still throws an error when it tries to get commander 0.5.x. I...
To easily track errors like this one NV/chrome-devtools-autosave#15. Turn it on by default.
Let's say we have 3 request happens almost at the same time: request #1 | r1 r2 r3 We begin writing to the file when request event 'end' fires. Writing...