mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
better comments
This commit is contained in:
@@ -8,7 +8,7 @@ indent() {
|
||||
[ $(uname) == "Darwin" ] && sed -l "$RE" || sed -u "$RE"
|
||||
}
|
||||
|
||||
# Check if collectstatic is configured.
|
||||
# Check if collectstatic is configured properly.
|
||||
python $MANAGE_FILE collectstatic --dry-run &> /dev/null && RUN_COLLECTSTATIC=true
|
||||
|
||||
echo "-----> Collecting static files"
|
||||
|
||||
Reference in New Issue
Block a user