UNPKG
appeal
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
ES6 Component for making requests or appeals.
github.com/FreeAllMedia/appeal
FreeAllMedia/appeal
appeal
/
tasks
/
test-watch.js
12 lines
(10 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
gulp
from
"gulp"
;
import
paths
from
"../paths.json"
; gulp.
task
(
"test-watch"
, [
"suppress-errors"
],
() =>
{ gulp.
watch
([ paths.
source
.
lib
, paths.
source
.
spec
, paths.
source
.
specAssets
, paths.
source
.
libAssets
], [
"test-local"
]); });