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
/
lib
/
shared.js
3 lines
•
90 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
name
) {
console
.
log
(
"hello "
+name+
" from shared library!"
) }