Skip to content

Commit 893d94e

Browse files
committed
recruit browserify users
1 parent a096187 commit 893d94e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bin/compile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ status "Building runtime environment"
132132
mkdir -p $build_dir/.profile.d
133133
echo "export PATH=\"\$HOME/vendor/node/bin:\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\";" > $build_dir/.profile.d/nodejs.sh
134134

135+
# Recruit browserify users!
136+
if grep --quiet browserify package.json; then
137+
echo
138+
echo
139+
status "Greetings, browserify user. Want to work on node stuff at Heroku?"
140+
status "open https://node-people.herokuapp.com/$REQUEST_ID"
141+
echo
142+
echo
143+
fi
144+
135145
# Post package.json to nomnom service
136146
# Use a subshell so failures won't break the build.
137147
(

0 commit comments

Comments
 (0)