We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0ee07 commit 0b0a66bCopy full SHA for 0b0a66b
gulpfile.js
@@ -11,7 +11,8 @@ var gulp = require('gulp'),
11
cache = require('gulp-cache'),
12
autoprefixer = require('gulp-autoprefixer'),
13
ftp = require('vinyl-ftp'),
14
- notify = require("gulp-notify");
+ notify = require("gulp-notify"),
15
+ rsync = require('gulp-rsync');
16
17
// Скрипты проекта
18
0 commit comments