grunt deployment to SPOnline via webdav
See original GitHub issueIn the README.md, where it talks about deploying to a SP folder:
//YourTenantNameHere.sharepoint.com@SSL/DavWWWRoot/sites/dev/Shared Documents/SPServices-dev
That did not work for me. After following this article and using backslashes, I ended up making it work:
\\YourTenantNameHere.sharepoint.com@SSL\DavWWWRoot\sites\dev\Shared Documents\SPServices-dev
Of course the backslashes need to be escaped in the me.build.json file:
{
"deployLocation": "\\\\YourTenantNameHere.sharepoint.com@SSL\\DavWWWRoot\\sites\\dev\\Shared Documents\\SPServices-dev"
}
I’m not sure if it’s just about the backslashes or also the whole configuration steps in the article, perhaps it’s worth doing a bit more research and updating the readme?
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
grunt-webdav-deploy - npm
Deploy your zipped code to your webdav directory for use with build systems such as bower. Latest version: 0.6.1, last published: 7 years ......
Read more >Troubleshoot mapped network drives that connect to ...
Mapping a network drive uses WebDav, an older technology which is slower ... To do this, sign in to the SharePoint Online site...
Read more >Integrate Grunt with WebDAV - Buddy.Works
Automate building with Grunt and WebDAV on every push to GitHub, recurrently or manually. Set up the Continuous Integration and Delivery (CI/CD) workflow...
Read more >Tier-3's and CMS analysis - INDICO-FNAL (Indico)
Data stored locally can be utilized by non-local users. ... Design a Simulator for simulating various cloud deployments in different types of data...
Read more >Website Deployment.docx - Website Deployment: Let Us Count The ...
You might even using something like WebDAV tomount your remote server like a hard driveon you localcomputer, and use whatever local editor you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@juliemturner and I have been fiddling with spsave recently, which looks like a better way to go for publishing changes to SharePoint. We’ve had some trouble getting watch to work, but we’ll undoubtedly publish our learnings at some point.
@juliemturner and I just started a blog series on how we’re setting things up these days. Stay tooned…