Skip to content

Commit

Permalink
Merge pull request AdmitHub#94 from AdmitHub/devel
Browse files Browse the repository at this point in the history
Remove phantomjs extra
  • Loading branch information
yourcelf committed Apr 26, 2016
2 parents 82c0e23 + c7d1cc8 commit 23a141a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ build.
Extras included in this branch:
- `mongo_url.sh`: If `MONGO_URL` is empty, set it to the value of `MONGODB_URI`, `MONGOLAB_URI`, or `MONGOHQ_URL` (in order).
- `root_url.sh`: If `ROOT_URL` is empty and `HEROKU_APP_NAME` is available, set `ROOT_URL` to `https://$HEROKU_APP_NAME.herokuapp.com`
- `phantomjs.sh`: Include phantomjs for use with `spiderable`.

## Where things go

Expand Down
3 changes: 1 addition & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ EOF
#

# source scripts in 'extra' dir, if any. Create them for custom stuff like
# binary dependencies, phantomjs for spiderable, additional environment
# settings, etc.
# binary dependencies, additional environment settings, etc.
echo "-----> Running extras"
for file in `ls "$BUILDPACK_DIR"/extra | sort`; do
. "$BUILDPACK_DIR"/extra/$file
Expand Down
9 changes: 0 additions & 9 deletions extra/phantomjs.sh

This file was deleted.

0 comments on commit 23a141a

Please sign in to comment.