Skip to content

Commit 0b0a66b

Browse files
committed
rsync
1 parent 6f0ee07 commit 0b0a66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ var gulp = require('gulp'),
1111
cache = require('gulp-cache'),
1212
autoprefixer = require('gulp-autoprefixer'),
1313
ftp = require('vinyl-ftp'),
14-
notify = require("gulp-notify");
14+
notify = require("gulp-notify"),
15+
rsync = require('gulp-rsync');
1516

1617
// Скрипты проекта
1718

0 commit comments

Comments
 (0)