php - Saving CSS changes on REMOTE HOST using development tools? -


there bunch of possibilities save css , html changes made using chrome devtools (eg. tincr) or using firebug on local host.

questions have been asked long ago* this, there might updates since.

is there way upload changes made instance using chrome devtools website hosted on remote server? (like filezila on ftp)

would possible (and safe) save these changes via php script provide ftp , db login ; script work 1 or development tools?

*: 2008 : why can't save css changes in firebug? 2011 : how save css changes of styles panel of chrome developer tools?

most of these extensions experimental , not have large developer base. translates buggy , pretty unreliable. , there reason - browser not know language/technology/platform spits out html/css renders. if using dynamic language generate html, saving edited css/html using browser tools pretty useless, because still have go code files/data source , make corresponding edits.

if browser developers thought there real value add, have added option in dev tools without having communities build extensions that.

the way use dev tools/firebug is, make changes, see in real time impact, have code files open me @ same time, , make changes in them well. good.

my 2 cents.. :)


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -