UNPKG
testimonial
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.5
0.1.3
0.1.1
JS testimonial slider with AJAX
alekseyleshko.github.io/testimonial.js/
AlekseyLeshko/testimonial.js
testimonial
/
gulp
/
tasks
/
util
/
watch.js
7 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
gulp =
require
(
'gulp'
);
var
runSequence =
require
(
'run-sequence'
); gulp.
task
(
'watch'
,
function
(
) {
return
gulp.
watch
(
'src/**/*.*'
, [
'build'
]); });