Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ gulpfile.js
File
gulpfile.js
code/gulpfile.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
browserify = require(
'browserify'
);
2
var
gulp = require(
'gulp'
);
3
var
source = require(
'vinyl-source-stream'
);
4
var
buffer = require(
'vinyl-buffer'
);
Callers
nothing calls this directly
Calls
2
createBundler
Function · 0.85
build
Function · 0.85
Tested by
no test coverage detected