|
|
@ -55,6 +55,8 @@ gulp.task('copy', function() { |
|
|
|
.pipe(gulp.dest('dist/vendor/jsbn')), |
|
|
|
.pipe(gulp.dest('dist/vendor/jsbn')), |
|
|
|
gulp.src('app/vendor/leemon_bigint/bigint.js') |
|
|
|
gulp.src('app/vendor/leemon_bigint/bigint.js') |
|
|
|
.pipe(gulp.dest('dist/vendor/leemon_bigint')), |
|
|
|
.pipe(gulp.dest('dist/vendor/leemon_bigint')), |
|
|
|
|
|
|
|
gulp.src('app/vendor/rusha/rusha.js') |
|
|
|
|
|
|
|
.pipe(gulp.dest('dist/vendor/rusha')), |
|
|
|
gulp.src('app/vendor/cryptoJS/crypto.js') |
|
|
|
gulp.src('app/vendor/cryptoJS/crypto.js') |
|
|
|
.pipe(gulp.dest('dist/vendor/cryptoJS')), |
|
|
|
.pipe(gulp.dest('dist/vendor/cryptoJS')), |
|
|
|
gulp.src(['app/nacl/mtproto_crypto.pexe', 'app/nacl/mtproto_crypto.nmf']) |
|
|
|
gulp.src(['app/nacl/mtproto_crypto.pexe', 'app/nacl/mtproto_crypto.nmf']) |
|
|
|