mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 17:53:24 +02:00
Add gulp buildpack.
This commit is contained in:
@@ -9,7 +9,7 @@ bp_dir=$(cd $(dirname $0); cd ..; pwd)
|
||||
# Load some convenience functions like status()
|
||||
source $bp_dir/bin/common.sh
|
||||
|
||||
for pack in node bower; do
|
||||
for pack in node bower gulp; do
|
||||
if name=$($bp_dir/buildpacks/$pack/bin/detect "$@"); then
|
||||
status "Detected ${name}"
|
||||
$bp_dir/buildpacks/$pack/bin/compile "$@"
|
||||
|
||||
Reference in New Issue
Block a user