Skip to content

Commit 49bb5f0

Browse files
committed
fix grunt upload
1 parent 0e04318 commit 49bb5f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = (grunt) ->
3333
upload:
3434
# FTP upload the demo files (requires https://github.com/mar10/pyftpsync)
3535
stdin: true # Allow interactive console
36-
cmd: "pyftpsync --progress upload . ftp://www.wwwendt.de/tech/demo/jquery-contextmenu --delete-unmatched --exclude dist,node_modules,.*,_*"
36+
cmd: "pyftpsync upload . ftp://www.wwwendt.de/tech/demo/jquery-contextmenu --delete-unmatched --exclude dist,node_modules,.*,_*"
3737
# cmd: "pyftpsync --progress upload . ftp://www.wwwendt.de/tech/demo/jquery-contextmenu --delete-unmatched --omit dist,node_modules,.*,_*"
3838

3939
jscs:

jquery.ui-contextmenu.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)