Page Menu
Home
Search
Configure Global Search
Log In
Files
F9602696
gulp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
377 B
Subscribers
None
gulp
View Options
#!/bin/bash -ex
GULP
=
./node_modules/.bin/gulp
function
install
()
{
npm install
touch
$GULP
# installer doesn't always touch this after a build, so we do.
}
# Rebuild Gulp if missing or outdated.
[
-e
$GULP
]
||
install
[
gulpfile.js -nt
$GULP
]
&&
install
if
[
"
$1
"
==
"watch"
]
;
then
# Treat "gulp watch" as "gulp && gulp watch"
$GULP
fi
exec
$GULP
"
$@
"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Jan 30, 4:45 PM (1 d, 23 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
79/85/366ced06519a097e24f2207f951d
Attached To
rBMD Blender My Data
Event Timeline
Log In to Comment