You either have an old version of Adobe's Flash Player or JavaScript is turned off. To watch this video, you need to
get the latest Flash player.
Visual Studio integration
A small preview of a Visual Studio template/macro collection that I'm working on to provide better integration between Umbraco and Visual Studio.
Comments
BTW: The sound level in left channel is much higher than the right one.
This is a great video of Visual Studio Integration, but I am not sure if I am missing something obvious here, so do tell me if I am. Would it not be possible just to copy in the relevant folders into Visual Studio minus the /umbraco /umbraco_client folders etc..
What is the benefit of the files not being copied over directly to the umbraco site - am I having a blonde moment?!
Cheers,
Warren :)
We are currently using post build xcopy script in the project properties to move files from our VS project to the umbraco website which will always include all files along with the bin folder. The one extra that we've included is the web.config so that we can keep any changes made under source control.
Will there be any automated process for keeping additonal templates, xslt files etc. created using the admin interface in synch with the VS project or will this have to updated manually each time a file is created this way?
@Andy: Good idea with the web.config. Regarding push updates to VS it's not something I've thought of and not 'round the corner, but the next revision of Courier will offer source control integration with Umbraco (so you get context menus for update/commit) which will help.
I've got a few posts on this:
http://cjgiddings.wordpress.com/2009/04/30/setting-up-umbraco-correctly-with-msbuild/
http://cjgiddings.wordpress.com/2009/05/08/debug-umbraco-running-msbuild-project/
Also with the power of MSBuild community tasks etc you can do things like JS Compression and CSS Compression eg:
http://www.codeplex.com/YUICompressor
Keep up the great work and when this comes out I'll be all over this :)
Would be great to have this integration!
Thanks.