mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 00:35:15 +02:00
Add gulp buildpack.
This commit is contained in:
8
buildpack/buildpacks/gulp/bin/detect
Executable file
8
buildpack/buildpacks/gulp/bin/detect
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# bin/detect <build-dir>
|
||||
|
||||
if [ -f $1/gulpfile.js ]; then
|
||||
echo "Gulp" && exit 0
|
||||
else
|
||||
echo "no" && exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user