borgstrom / cssdiff-chrome-extension

A chrome dev tool extension which outputs a diff of live edits made to CSS files.
https://is.gd/cssdiff
Other
71 stars 3 forks source link

Instead of before/after text areas, have before/after zip files. #4

Closed howardroark closed 10 years ago

howardroark commented 10 years ago

These text areas may just be for debugging, though are not very useful to the user. What would be super useful is the option to download a zip with files broken up into before and after folders. This way a diff can be preformed in the user's preferred tool.

http://stuk.github.io/jszip/

This project may help with that.