-
Archives
- February 2021
- February 2020
- January 2020
- November 2019
- October 2019
- June 2019
- September 2018
- August 2018
- July 2018
- June 2018
- April 2018
- March 2018
- January 2018
- December 2017
- September 2017
- August 2017
- July 2017
- June 2017
- April 2017
- February 2017
- January 2017
- December 2016
- August 2016
- July 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- January 2014
- December 2013
- November 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
-
Meta
Category Archives: SPClientSideDeployment
SPClientSideDeployment 3.3 adds option to publish on deployment
With SPClientSideDeployment 3.3 you can now have the file(s) published automatically on deployment from Visual Studio. This option is disabled by default as it would require additional calls to SharePoint during deployment. To enable this option, go to Tools \ … Continue reading
Posted in SharePoint, SPClientSideDeployment
Leave a comment
SPClientSideDeployment now supports deploying assemblies to GAC (On-Prem only)
While these days server-side solution looks as if it’s going out of fashion, the fact is quite a number of people are still dependent on them for various reasons. Back in the days when server-side solution was the only (practical) option, … Continue reading
SPClientSideDeployment 3.1 brings support for minified JS/CSS and seamless dev-prod transition
I have just released version 3.1 of SPClientSideDeployment with added support for minified JS/CSS. You are now able to include minified files in the deployment package that the tool generates, and instruct the generated PowerShell script to use them during … Continue reading
SPClientSideDeployment 3.0 adds auto-deploy on save option and support for compilable JS and CSS
I have just released version 3.0 of SPClientSideDeployment with two major enhancements: Auto-deploy on save: when this option is enabled, files will automatically be deployed to SharePoint each time you save them Support for compilable JavaScript and CSS: the tool detects … Continue reading
Posted in SharePoint, SPClientSideDeployment
2 Comments
New version of SPClientSideDeployment adds support for folder-based file deployment and automatic folder creation
I have just released version 2.0 of SPClientSideDeployment with two major enhancements: Folder-based file deployment – this allows you to define a local folder in the DeploymentSettings.xml file. All files under this folder (and its sub-folders) will be processed by the tool. … Continue reading
Posted in SharePoint, SPClientSideDeployment
1 Comment
New deployment context menu in SPClientSideDeployment 1.2
I have just released version 1.2 of SPClientSideDeployment. This version adds a “Deploy to SharePoint” context menu to files and folders in the Solution Explorer. With this addition, you can now selectively deploy files that you typically don’t open in … Continue reading
Posted in SharePoint, SPClientSideDeployment
Leave a comment
Publishing deployment package with SPClientSideDeployment 1.1
With SPClientSideDeployment you can point Visual Studio to any environment and deploy your files to that environment. This is fine for development, but typically is not good practice for higher environments. Most organisations dictate that a package is given to IT Ops, … Continue reading
Posted in SharePoint 2013, SPClientSideDeployment
Leave a comment
SPClientSideDeployment: a new productivity Visual Studio extension for SharePoint developers
New in 3.3: Added option to publish on deployment New in 3.2: Added support for deploying assemblies to GAC (On-Prem only) New in 3.1: Added support for minified JS/CSS and seamless dev-prod transitioning New in 3.0: Auto-deploy on save option and … Continue reading
Posted in SharePoint 2013, SPClientSideDeployment
14 Comments