NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.05k stars 90 forks source link

Handle multiple matches #89

Open nix342 opened 10 years ago

nix342 commented 10 years ago

Previously, the autosave extension would only send a diff message to the first successful match it encountered. With this change, it will send to all successful matches. This allows sending the same change to multiple servers or "Save To" locations.