On Dec 9, 2:44 pm, Star-Network <[email protected]> wrote: > I see the conversations about the function to save / export the css > changes to local file / ftp server > Is there any time estimation for this feature? > can I help with JS development to promote this feature ?
I think a great place to start is to try the firediff extension. Then let's discuss the next step. A significant problem is understanding exactly what users mean by "this feature". We can easily save the CSS changes to a local file. I think no one will want to use that. What users want is live-edits on source files, but that cannot be done of course. We can do live-edits so our plan is to work out some approach to applying live-edit patches to source files. To support all kinds of source files is probably too hard. And supporting any source files will just cause all of the people whose cases fail to report bugs. So an alternative is to support live-edit patches only on live- object exports. In other words, you can export CSS diffs, but only apply then to files you also exported from Firebug. That is the path I suggest. What do you think? jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
