morris / vinyl-ftp

Blazing fast vinyl adapter for FTP
Other
388 stars 31 forks source link

Does not upload some files #40

Closed pyrsmk closed 8 years ago

pyrsmk commented 8 years ago

I'm running into a weird issue. With all of my projects I never had this problem. I'm trying to upload a simple list of files :

'application/**',
'cache/*',
'css/**',
'js/**',
'vendor/**',
'.htaccess',
'index.php',

But it keeps only uploading vendor/**. If I remove it, it doesn't upload anything. Adding ./ at the beginning of the path doesn't change anything either.

Have you got some thoughts on how to debug this?

morris commented 8 years ago

Try running with debug: console.log.bind( console )

pyrsmk commented 8 years ago

Sorry, I was really busy. There's no problem with your library, I fixed the bug ;)