Skip to content

Commit

Permalink
Merge pull request #906 from 18F/js-updates
Browse files Browse the repository at this point in the history
Update jquery and django
  • Loading branch information
Jkrzy authored Aug 27, 2019
2 parents 5801541 + dcebc5b commit 58b51c2
Show file tree
Hide file tree
Showing 114 changed files with 1,850 additions and 9,034 deletions.
197 changes: 100 additions & 97 deletions Pipfile.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion docs/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ pipenv lock --requirements > requirements.txt

## JavaScript

Tock uses [npm] to manage JavaScript dependencies.
### Production

Tock uses Django's staticfiles functionality to serve frontend dependencies in production.

Updates for dependencies must be committed directly to this repository in `tock/tock/static`

### Development/Testing
Tock uses [npm] to manage development/testing JavaScript dependencies.

Update dependencies locally with the following:

Expand Down
Loading

0 comments on commit 58b51c2

Please sign in to comment.