Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Debugging HTML and CSS Problems How to Fix Problems with Code

Chris Cuaresma-Primm
Chris Cuaresma-Primm
2,185 Points

My site is live. Now, if i make fix bugs in "workspace" will those fixes carry over to live site?

My site is live.

Now, if i make fix bugs in "workspace" will those fixes carry over to live site?

1 Answer

I am not completely sure if this is what you are asking, but if you built a site in workspaces and the transferred it over to a live server for hosting, then by default it probably will not automatically update as the two would not be connected. There might be a way to connect them, but I would imagine that the easier way to manage it if they are minor changes is just to fix the bugs and then copy the updated page back over to your live site. If your site is going to require extensive further development or regular updates, you might want to consider looking into something like Git to manage your version control.