gulp-spsync icon indicating copy to clipboard operation
gulp-spsync copied to clipboard

Gulp plugin for synchronizing local files with a SharePoint library

Results 6 gulp-spsync issues
Sort by recently updated
recently updated
newest added

This gulp-spsync task works awesome! One thing I noticed is when trying to upload to the Style Library where a Check-Out is required I get an error saying: "Unable to...

Trying to run spsync, correctly configured, I get the following: ``` 'debug-publish' errored after 947 ms TypeError in plugin 'gulp-spsync' Message: Cannot read property 'indexOf' of undefined ``` The reason...

So if I understand correctly, there's a new libraryPath parameter that will allow sync of local assets to a different librarypath on SharePoint. What's the usage?

Hi, Wictor. Are you planning to add support for on premises sharepoint?

Loving the tool a lot. However I have an issue. I am trying to use this method to upload some new publishing page layouts, with correct meta data. it all...

Now gulp-spsync checks if the folder is present before trying to upload the file and if the folder is missing it creates the folder and uploads the file into it....