Add gulp buildpack.

This commit is contained in:
Simo Kinnunen
2014-07-30 17:48:51 +09:00
parent 378cf0af46
commit 05549ce32a
4 changed files with 64 additions and 1 deletions

View File

@@ -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 "$@"