tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

Ability to save direct to file:// resources without the PHP server-side piece. #37

Open paul-hammant opened 11 years ago

paul-hammant commented 11 years ago

For example ..

https://github.com/addyosmani/todomvc has a bunch of demo projects using client-side JS micro-web-frameworks. All the content is static for the examples. Github serves the apps via http://todomvc.com/ and they can be played with there. BUT the apps will also run from file://

That browsers can load content from file:// is not new, but the trend towards technologies who's code-test-code cycles are done exclusively from file:// is new.

Thus, save to file:// would be a great feature for FireFile.