Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Created April 1, 2012 07:11
Show Gist options
  • Save marczhermo/2272407 to your computer and use it in GitHub Desktop.
Save marczhermo/2272407 to your computer and use it in GitHub Desktop.
Chrome: Autosave
exports.routes = [
{
from: new RegExp('^http://localhost/'),
to: 'C:\/lab1521\/xampp\/htdocs/'
},
{
from: new RegExp('^http://contextlysitescripts\.contextly\.net/'),
to: 'C:\/lab1521\/xampp\/htdocs\/2011\/contextly\.net\/contextlysitescripts/'
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment