NV / chrome-devtools-autosave

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

Save all changes on same file #85

Closed jmolero closed 6 years ago

jmolero commented 10 years ago

I use a popular CMS and make my changes on a single file called "mymod.css" wich overwrites whatever is above in the inheritance.

I would like to save all my changes made on the inspector at that same file even if the style rule I'm editing comes from another file.

Is it possible to add a default file at wich save changes?

Like adding the flag:

autosave -f /pathto/mymod.css

Thanks