Skip to content

Commit

Permalink
Remove user-env-compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Naaman Newbold committed Mar 4, 2014
1 parent 2404d77 commit 98394ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ SBT_PROPS_URL="http://s3.amazonaws.com/heroku-jvm-langpack-scala/$SBT_PROPS"
SBT_TASKS="compile stage"

# To enable clean compiles, configure the environment to clean:
# $ heroku labs:enable user-env-compile
# $ heroku config:set SBT_CLEAN=true
# $ git push heroku master
# See: https://devcenter.heroku.com/articles/scala-support#clean-builds
[ "$SBT_CLEAN" = "true" ] && SBT_TASKS="clean $SBT_TASKS"

if [ ! -d .ivy2/cache ]; then
Expand Down

0 comments on commit 98394ca

Please sign in to comment.