question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

grunt deployment to SPOnline via webdav

See original GitHub issue

In 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:open
  • Created 8 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sympmarccommented, Jul 10, 2016

@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.

0reactions
sympmarccommented, Aug 17, 2016

@juliemturner and I just started a blog series on how we’re setting things up these days. Stay tooned…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found