Skip to content

Commit

Permalink
Remove gulp command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 11, 2021
1 parent 8fb20b9 commit 856ac48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions privaterelay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ def _get_initial_middleware():
'SUBSCRIPTIONS_WITH_UNLIMITED', default=''
)

GULP_CMD = config('GULP_DEVELOP_COMMAND', 'node_modules/.bin/gulp')

SOFT_BOUNCE_ALLOWED_DAYS = config('SOFT_BOUNCE_ALLOWED_DAYS', 1, cast=int)
HARD_BOUNCE_ALLOWED_DAYS = config('HARD_BOUNCE_ALLOWED_DAYS', 30, cast=int)

Expand Down

0 comments on commit 856ac48

Please sign in to comment.