UNPKG
gulp-watchify
Version:
latest (0.7.0)
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
integrates watchify with gulp.js
github.com/marcello3d/gulp-watchify
marcello3d/gulp-watchify
gulp-watchify
/
examples
/
simple
/
client
/
js
/
page2.js
4 lines
(3 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
var
shared =
require
(
'./lib/shared'
)
console
.
log
(
"I am page 2!"
)
shared
(
'page 2'
)