inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploads one file and then stalls forever

turnabout opened this issue · comments

I'm trying to use ftpush to upload css files after compiling sass and minifying the css. So, there are two css files in my local directory that are supposed to get uploaded. This is the result I always get:

Running "ftpush:sass" (ftpush) task
>> Authenticated as username
>> Got diff for / 2 0 0
>> Uploaded file: styles.css to: /

And then it just stays like that forever. No error code or anything, even after waiting over half an hour. I'm running Ubuntu 14.04.

Same issue here, but only on one computer. Works perfectly on the other computer I use. I'm glad to see I'm not the only one.