From e2527f79cf69d387ec48c448b6e91d3482fbcf68 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Wed, 3 May 2017 08:51:43 +0200 Subject: [PATCH] Clean mockup assets --- Gruntfile.js | 8 +- README.md | 7 +- config.codekit3 | 5423 ----------------- mockup/Gruntfile.js | 84 + .../assets/css/ajax-loader.gif | Bin .../assets/css/font-awesome.min.css | 0 .../mockup => mockup}/assets/css/main.css | 0 .../mockup => mockup}/assets/css/main.min.css | 0 .../mockup => mockup}/assets/css/slick.css | 0 .../assets/fonts/FontAwesome.otf | Bin .../glyphicons-halflings-regular.eot | Bin .../glyphicons-halflings-regular.svg | 0 .../glyphicons-halflings-regular.ttf | Bin .../glyphicons-halflings-regular.woff | Bin .../glyphicons-halflings-regular.woff2 | Bin .../assets/fonts/fontawesome-webfont.eot | Bin .../assets/fonts/fontawesome-webfont.svg | 0 .../assets/fonts/fontawesome-webfont.ttf | Bin .../assets/fonts/fontawesome-webfont.woff | Bin .../assets/fonts/fontawesome-webfont.woff2 | Bin .../mockup => mockup}/assets/fonts/slick.eot | Bin .../mockup => mockup}/assets/fonts/slick.svg | 0 .../mockup => mockup}/assets/fonts/slick.ttf | Bin .../mockup => mockup}/assets/fonts/slick.woff | Bin .../assets/js/bootstrap.min.js | 0 .../mockup => mockup}/assets/js/jquery.min.js | 0 .../mockup => mockup}/assets/js/main.js | 0 .../mockup => mockup}/assets/js/skel.min.js | 0 .../mockup => mockup}/assets/js/util.js | 0 .../static/mockup => mockup}/assets/libs | 0 .../assets/slick/ajax-loader.gif | Bin .../mockup => mockup}/assets/slick/config.rb | 0 .../assets/slick/fonts/slick.eot | Bin .../assets/slick/fonts/slick.svg | 0 .../assets/slick/fonts/slick.ttf | Bin .../assets/slick/fonts/slick.woff | Bin .../assets/slick/slick-theme.css | 0 .../assets/slick/slick-theme.less | 0 .../assets/slick/slick-theme.scss | 0 .../mockup => mockup}/assets/slick/slick.css | 0 .../mockup => mockup}/assets/slick/slick.js | 0 .../mockup => mockup}/assets/slick/slick.less | 0 .../assets/slick/slick.min.js | 0 .../mockup => mockup}/assets/slick/slick.scss | 0 {publichealth/static/mockup => mockup}/images | 0 .../mockup => mockup}/index-compressed.html | 0 .../static/mockup => mockup}/index.html | 0 .../mockup => mockup}/news-details.html | 0 vagrant/provision.sh | 2 +- 49 files changed, 92 insertions(+), 5432 deletions(-) delete mode 100644 config.codekit3 create mode 100644 mockup/Gruntfile.js rename {publichealth/static/mockup => mockup}/assets/css/ajax-loader.gif (100%) rename {publichealth/static/mockup => mockup}/assets/css/font-awesome.min.css (100%) rename {publichealth/static/mockup => mockup}/assets/css/main.css (100%) rename {publichealth/static/mockup => mockup}/assets/css/main.min.css (100%) rename {publichealth/static/mockup => mockup}/assets/css/slick.css (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/FontAwesome.otf (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/bootstrap/glyphicons-halflings-regular.eot (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/bootstrap/glyphicons-halflings-regular.svg (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/bootstrap/glyphicons-halflings-regular.woff (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/fontawesome-webfont.eot (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/fontawesome-webfont.svg (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/fontawesome-webfont.ttf (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/fontawesome-webfont.woff (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/fontawesome-webfont.woff2 (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/slick.eot (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/slick.svg (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/slick.ttf (100%) rename {publichealth/static/mockup => mockup}/assets/fonts/slick.woff (100%) rename {publichealth/static/mockup => mockup}/assets/js/bootstrap.min.js (100%) rename {publichealth/static/mockup => mockup}/assets/js/jquery.min.js (100%) rename {publichealth/static/mockup => mockup}/assets/js/main.js (100%) rename {publichealth/static/mockup => mockup}/assets/js/skel.min.js (100%) rename {publichealth/static/mockup => mockup}/assets/js/util.js (100%) rename {publichealth/static/mockup => mockup}/assets/libs (100%) rename {publichealth/static/mockup => mockup}/assets/slick/ajax-loader.gif (100%) rename {publichealth/static/mockup => mockup}/assets/slick/config.rb (100%) rename {publichealth/static/mockup => mockup}/assets/slick/fonts/slick.eot (100%) rename {publichealth/static/mockup => mockup}/assets/slick/fonts/slick.svg (100%) rename {publichealth/static/mockup => mockup}/assets/slick/fonts/slick.ttf (100%) rename {publichealth/static/mockup => mockup}/assets/slick/fonts/slick.woff (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick-theme.css (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick-theme.less (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick-theme.scss (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick.css (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick.js (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick.less (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick.min.js (100%) rename {publichealth/static/mockup => mockup}/assets/slick/slick.scss (100%) rename {publichealth/static/mockup => mockup}/images (100%) rename {publichealth/static/mockup => mockup}/index-compressed.html (100%) rename {publichealth/static/mockup => mockup}/index.html (100%) rename {publichealth/static/mockup => mockup}/news-details.html (100%) diff --git a/Gruntfile.js b/Gruntfile.js index e09733e..8beddd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,7 +29,7 @@ module.exports = function(grunt) { sourcemap: 'none' }, files: { // Dictionary of files - "publichealth/static/mockup/assets/css/main.css": "publichealth/static/css/main.scss" + "./assets/css/main.css": "publichealth/static/css/main.scss" } }, dist: { @@ -38,7 +38,7 @@ module.exports = function(grunt) { sourcemap: 'none' }, files: { - "publichealth/static/mockup/assets/css/main.min.css": "publichealth/static/css/main.scss" + "./assets/css/main.min.css": "publichealth/static/css/main.scss" } } }, @@ -58,8 +58,8 @@ module.exports = function(grunt) { dev: { bsFiles: { src: [ - "publichealth/static/mockup/assets/css/*.css", - "publichealth/static/mockup/*.html" + "./assets/css/*.css", + "./*.html" ] }, options: { diff --git a/README.md b/README.md index f275db5..5170a16 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ bower install The first command (`..install -g..`) may require `sudo` if you installed node.js as a system package. -If you are only working on the frontend, you can start a local webserver and work on frontend assets without the backend setup described below. Mock content is at `publichealth/static/mockup` +If you are only working on the frontend, you can start a local webserver and work on frontend assets without the backend setup described below. Mock content is at `mockup`, and there is a `grunt browser-sync` setup for working with frontend assets. **Backend setup** @@ -57,13 +57,12 @@ If you have one installed, also start your local redis server (`service redis st Run this after completing setup: ``` -./manage.py runserver & -grunt browser-sync +./manage.py runserver ``` A default browser should open pointing to the default home page. -Now access the admin panel with the user account you created earlier: http://localhost:3000/admin/ +Now access the admin panel with the user account you created earlier: http://localhost:8000/admin/ ## Troubleshooting diff --git a/config.codekit3 b/config.codekit3 deleted file mode 100644 index ca15963..0000000 --- a/config.codekit3 +++ /dev/null @@ -1,5423 +0,0 @@ -{ -"AAInfo": "This is a CodeKit 3 project config file. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. Doing so will cause CodeKit to crash and\/or corrupt your project. I know it looks like JSON, but it is *not*. Many numbers in this file are 64-bit long long bitFlags, which JSON does not support. These numbers *cannot* be treated as discrete values and if you attempt to parse this file as standard JSON with any public JSON parser, these values will be corrupted. This file is not backwards-compatible with CodeKit 1 or 2. For more information, see https:\/\/codekitapp.com\/", -"buildSteps": [ - { - "name": "Process All Remaining Files and Folders", - "stepType": 1, - "uuidString": "0F980939-F438-4FD0-A285-8ECBB562D22C" - } - ], -"creatorBuild": "25504", -"files": { - "\/.bowerrc": { - "ft": 8192, - "oA": 2, - "oAP": "\/.bowerrc", - "oF": 0 - }, - "\/.editorconfig": { - "ft": 8192, - "oA": 2, - "oAP": "\/.editorconfig", - "oF": 0 - }, - "\/.gitignore": { - "ft": 8192, - "oA": 2, - "oAP": "\/.gitignore", - "oF": 0 - }, - "\/bin\/post_compile": { - "ft": 8192, - "oA": 2, - "oAP": "\/bin\/post_compile", - "oF": 0 - }, - "\/bitbucket-pipelines.yml": { - "ft": 8192, - "oA": 2, - "oAP": "\/bitbucket-pipelines.yml", - "oF": 0 - }, - "\/bower.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/bower-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/docs\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/docs\/__init__.py", - "oF": 0 - }, - "\/docs\/conf.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/conf.py", - "oF": 0 - }, - "\/docs\/deploy.rst": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/deploy.rst", - "oF": 0 - }, - "\/docs\/index.rst": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/index.rst", - "oF": 0 - }, - "\/docs\/install.rst": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/install.rst", - "oF": 0 - }, - "\/docs\/make.bat": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/make.bat", - "oF": 0 - }, - "\/docs\/Makefile": { - "ft": 8192, - "oA": 2, - "oAP": "\/docs\/Makefile", - "oF": 0 - }, - "\/fabfile.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/fabfile.py", - "oF": 0 - }, - "\/Gruntfile.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/min\/Gruntfile-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/manage.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/manage.py", - "oF": 0 - }, - "\/package.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/package-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/Procfile": { - "ft": 8192, - "oA": 2, - "oAP": "\/Procfile", - "oF": 0 - }, - "\/publichealth\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/publichealth\/__init__.py", - "oF": 0 - }, - "\/publichealth\/home\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/publichealth\/home\/__init__.py", - "oF": 0 - }, - "\/publichealth\/home\/migrations\/0001_initial.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/migrations\/0001_initial.py", - "oF": 0 - }, - "\/publichealth\/home\/migrations\/0002_create_homepage.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/migrations\/0002_create_homepage.py", - "oF": 0 - }, - "\/publichealth\/home\/migrations\/0003_auto_20161209_0655.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/migrations\/0003_auto_20161209_0655.py", - "oF": 0 - }, - "\/publichealth\/home\/migrations\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/publichealth\/home\/migrations\/__init__.py", - "oF": 0 - }, - "\/publichealth\/home\/models.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/models.py", - "oF": 0 - }, - "\/publichealth\/home\/templates\/header.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/templates\/header.html", - "oF": 0 - }, - "\/publichealth\/home\/templates\/home\/home_page.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/templates\/home\/home_page.html", - "oF": 0 - }, - "\/publichealth\/home\/util.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/home\/util.py", - "oF": 0 - }, - "\/publichealth\/search\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/publichealth\/search\/__init__.py", - "oF": 0 - }, - "\/publichealth\/search\/templates\/search\/search.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/search\/templates\/search\/search.html", - "oF": 0 - }, - "\/publichealth\/search\/views.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/search\/views.py", - "oF": 0 - }, - "\/publichealth\/settings\/.gitignore": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/settings\/.gitignore", - "oF": 0 - }, - "\/publichealth\/settings\/__init__.py": { - "ft": 8192, - "oA": 1, - "oAP": "\/publichealth\/settings\/__init__.py", - "oF": 0 - }, - "\/publichealth\/settings\/base.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/settings\/base.py", - "oF": 0 - }, - "\/publichealth\/settings\/dev.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/settings\/dev.py", - "oF": 0 - }, - "\/publichealth\/settings\/production.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/settings\/production.py", - "oF": 0 - }, - "\/publichealth\/static\/css\/main.scss": { - "aP": 1, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/main.css", - "oF": 2, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_banner.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_banner.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_footer.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_footer.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_mixins.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_mixins.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_modules.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_modules.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_navbar.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_navbar.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/modules\/_news.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_news.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/paper\/_bootswatch.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_bootswatch.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/paper\/_variables.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/_variables.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/paper\/bootstrap.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/css\/paper\/bootstrap-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/css\/paper\/bootstrap.min.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/css\/paper\/bootstrap.min-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/css\/paper\/bootswatch.less": { - "aP": 0, - "bl": 0, - "dJ": 0, - "ft": 1, - "ie": 1, - "iI": 0, - "ma": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/css\/css\/bootswatch.css", - "oF": 0, - "oS": 0, - "rU": 0, - "sI": 0, - "sM": 0, - "sU": 0 - }, - "\/publichealth\/static\/css\/paper\/thumbnail.png": { - "ft": 32768, - "iS": 25645, - "oA": 0, - "oAP": "\/publichealth\/static\/css\/paper\/thumbnail.png", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/css\/paper\/variables.less": { - "aP": 0, - "bl": 0, - "dJ": 0, - "ft": 1, - "ie": 1, - "iI": 0, - "ma": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/css\/css\/variables.css", - "oF": 0, - "oS": 0, - "rU": 0, - "sI": 0, - "sM": 0, - "sU": 0 - }, - "\/publichealth\/static\/css\/slick.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick.css", - "oF": 2, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/slick\/slick-theme.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/slick-theme.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/css\/slick\/slick.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/css\/css\/slick.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/fonts\/slick.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/fonts\/slick.eot", - "oF": 0 - }, - "\/publichealth\/static\/fonts\/slick.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/fonts\/slick.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/fonts\/slick.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/fonts\/slick.ttf", - "oF": 0 - }, - "\/publichealth\/static\/fonts\/slick.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/fonts\/slick.woff", - "oF": 0 - }, - "\/publichealth\/static\/js\/main.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/js\/min\/main-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/.bower.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/.bower-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.eot", - "oF": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.ttf", - "oF": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff", - "oF": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff2": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff2", - "oF": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap-sprockets.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/min\/bootstrap-sprockets-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/min\/bootstrap-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/min\/bootstrap.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/affix.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/affix-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/alert.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/alert-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/button.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/button-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/carousel.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/carousel-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/collapse.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/collapse-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/dropdown.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/dropdown-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/modal.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/modal-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/popover.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/popover-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/scrollspy.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/scrollspy-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/tab.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/tab-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/tooltip.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/tooltip-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/transition.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/javascripts\/bootstrap\/min\/transition-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/_bootstrap-compass.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/css\/_bootstrap-compass.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/_bootstrap-mincer.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/css\/_bootstrap-mincer.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/_bootstrap-sprockets.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/css\/_bootstrap-sprockets.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/_bootstrap.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/css\/_bootstrap.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_alerts.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_alerts.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_badges.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_badges.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_breadcrumbs.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_breadcrumbs.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_button-groups.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_button-groups.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_buttons.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_buttons.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_carousel.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_carousel.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_close.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_close.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_code.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_code.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_component-animations.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_component-animations.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_dropdowns.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_dropdowns.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_forms.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_forms.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_glyphicons.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_glyphicons.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_grid.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_grid.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_input-groups.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_input-groups.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_jumbotron.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_jumbotron.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_labels.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_labels.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_list-group.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_list-group.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_media.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_media.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_mixins.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_mixins.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_modals.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_modals.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_navbar.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_navbar.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_navs.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_navs.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_normalize.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_normalize.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_pager.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_pager.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_pagination.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_pagination.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_panels.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_panels.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_popovers.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_popovers.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_print.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_print.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_progress-bars.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_progress-bars.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_responsive-embed.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_responsive-embed.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_responsive-utilities.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_responsive-utilities.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_scaffolding.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_scaffolding.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_tables.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_tables.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_theme.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_theme.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_thumbnails.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_thumbnails.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_tooltip.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_tooltip.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_type.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_type.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_utilities.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_utilities.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_variables.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_variables.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/_wells.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/css\/_wells.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_alerts.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_alerts.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_background-variant.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_border-radius.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_border-radius.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_buttons.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_buttons.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_center-block.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_center-block.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_clearfix.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_forms.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_forms.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_gradients.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_gradients.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_grid-framework.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_grid.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_grid.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_hide-text.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_hide-text.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_image.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_image.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_labels.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_labels.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_list-group.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_list-group.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_nav-divider.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_nav-divider.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_nav-vertical-align.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_nav-vertical-align.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_opacity.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_opacity.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_pagination.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_pagination.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_panels.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_panels.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_progress-bar.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_progress-bar.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_reset-filter.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_reset-filter.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_reset-text.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_reset-text.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_resize.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_resize.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_responsive-visibility.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_size.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_size.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_tab-focus.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_tab-focus.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_table-row.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_table-row.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_text-emphasis.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_text-overflow.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_text-overflow.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/mixins\/_vendor-prefixes.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/assets\/stylesheets\/bootstrap\/css\/_vendor-prefixes.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/bower.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/bower-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/CHANGELOG.md": { - "cS": 0, - "eF": 1, - "eL": 1, - "eLB": 0, - "ema": 1, - "eSQ": 1, - "ft": 4096, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/CHANGELOG.html", - "oF": 0, - "oFM": 0, - "oS": 0, - "pHT": 0, - "pME": 1, - "rFN": 0, - "uCM": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/composer.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/composer-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/CONTRIBUTING.md": { - "cS": 0, - "eF": 1, - "eL": 1, - "eLB": 0, - "ema": 1, - "eSQ": 1, - "ft": 4096, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/CONTRIBUTING.html", - "oF": 0, - "oFM": 0, - "oS": 0, - "pHT": 0, - "pME": 1, - "rFN": 0, - "uCM": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/eyeglass-exports.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/min\/eyeglass-exports-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/LICENSE": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/LICENSE", - "oF": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/package.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/package-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/README.md": { - "cS": 0, - "eF": 1, - "eL": 1, - "eLB": 0, - "ema": 1, - "eSQ": 1, - "ft": 4096, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/README.html", - "oF": 0, - "oFM": 0, - "oS": 0, - "pHT": 0, - "pME": 1, - "rFN": 0, - "uCM": 0 - }, - "\/publichealth\/static\/libs\/bootstrap-sass\/sache.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/bootstrap-sass\/sache-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/jquery\/.bower.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/jquery\/.bower-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/jquery\/AUTHORS.txt": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/AUTHORS.txt", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/bower.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/jquery\/bower-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/core.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/min\/core-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/min\/jquery-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/min\/jquery.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.min.map": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/jquery.min.map", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.slim.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/min\/jquery.slim-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.slim.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/min\/jquery.slim.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/dist\/jquery.slim.min.map": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/dist\/jquery.slim.min.map", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/sizzle.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/min\/sizzle-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/sizzle.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/min\/sizzle.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/sizzle.min.map": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/dist\/sizzle.min.map", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/LICENSE.txt": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/external\/sizzle\/LICENSE.txt", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/LICENSE.txt": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/libs\/jquery\/LICENSE.txt", - "oF": 0 - }, - "\/publichealth\/static\/libs\/jquery\/README.md": { - "cS": 0, - "eF": 1, - "eL": 1, - "eLB": 0, - "ema": 1, - "eSQ": 1, - "ft": 4096, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/README.html", - "oF": 0, - "oFM": 0, - "oS": 0, - "pHT": 0, - "pME": 1, - "rFN": 0, - "uCM": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/.eslintrc.json": { - "ft": 524288, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/.eslintrc-min.json", - "oF": 0, - "oO": 0, - "oS": 1 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/ajax-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/jsonp.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/min\/jsonp-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/load.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/min\/load-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/parseXML.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/min\/parseXML-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/script.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/min\/script-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/location.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/min\/location-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/nonce.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/min\/nonce-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/rquery.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/var\/min\/rquery-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/ajax\/xhr.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/ajax\/min\/xhr-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/attributes-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes\/attr.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/attributes\/min\/attr-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes\/classes.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/attributes\/min\/classes-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes\/prop.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/attributes\/min\/prop-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/attributes\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/attributes\/val.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/attributes\/min\/val-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/callbacks.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/callbacks-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/core-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/access.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/access-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/DOMEval.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/DOMEval-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/init.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/init-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/parseHTML.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/parseHTML-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/ready-no-deferred.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/ready-no-deferred-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/ready.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/ready-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/readyException.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/readyException-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/stripAndCollapse.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/stripAndCollapse-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/core\/var\/rsingleTag.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/core\/var\/min\/rsingleTag-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/css-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/addGetHookIf.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/addGetHookIf-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/adjustCSS.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/adjustCSS-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/curCSS.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/curCSS-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/hiddenVisibleSelectors.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/hiddenVisibleSelectors-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/showHide.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/showHide-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/cssExpand.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/cssExpand-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/getStyles.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/getStyles-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/isHiddenWithinTree.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/isHiddenWithinTree-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/rmargin.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/rmargin-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/rnumnonpx.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/rnumnonpx-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/swap.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/css\/var\/min\/swap-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/data.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/data-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/data\/Data.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/data\/min\/Data-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/acceptData.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/min\/acceptData-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/dataPriv.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/min\/dataPriv-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/dataUser.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/data\/var\/min\/dataUser-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/deferred.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/deferred-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/deferred\/exceptionHook.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/deferred\/min\/exceptionHook-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/deprecated.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/deprecated-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/dimensions.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/dimensions-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/effects.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/effects-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/effects\/animatedSelector.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/effects\/min\/animatedSelector-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/effects\/Tween.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/effects\/min\/Tween-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/event-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event\/ajax.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/event\/min\/ajax-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event\/alias.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/event\/min\/alias-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event\/focusin.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/event\/min\/focusin-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/event\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/event\/trigger.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/event\/min\/trigger-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/exports\/amd.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/exports\/min\/amd-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/exports\/global.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/exports\/min\/global-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/jquery.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/jquery-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/manipulation-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/_evalUrl.js": { - "ft": 64, - "mi": 1, - "oA": 1, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/_evalUrl-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/buildFragment.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/buildFragment-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/getAll.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/getAll-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/setGlobalEval.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/setGlobalEval-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/rcheckableType.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/min\/rcheckableType-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/rscriptType.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/min\/rscriptType-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/rtagName.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/var\/min\/rtagName-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/wrapMap.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/manipulation\/min\/wrapMap-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/offset.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/offset-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/queue.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/queue-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/queue\/delay.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/queue\/min\/delay-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/selector-native.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/selector-native-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/selector-sizzle.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/selector-sizzle-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/selector.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/selector-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/serialize.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/serialize-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/traversing.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/traversing-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/traversing\/findFilter.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/traversing\/min\/findFilter-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/dir.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/min\/dir-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/rneedsContext.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/min\/rneedsContext-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/siblings.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/traversing\/var\/min\/siblings-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/arr.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/arr-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/class2type.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/class2type-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/concat.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/concat-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/document.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/document-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/documentElement.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/documentElement-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/fnToString.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/fnToString-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/getProto.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/getProto-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/hasOwn.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/hasOwn-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/indexOf.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/indexOf-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/ObjectFunctionString.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/ObjectFunctionString-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/pnum.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/pnum-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/push.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/push-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/rcssNum.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/rcssNum-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/rnothtmlwhite.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/rnothtmlwhite-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/slice.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/slice-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/support.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/support-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/var\/toString.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/var\/min\/toString-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/libs\/jquery\/src\/wrap.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/libs\/jquery\/src\/min\/wrap-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/css\/ajax-loader.gif": { - "ft": 4194304, - "iS": 4178, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/ajax-loader.gif", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/assets\/css\/font-awesome.min.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/font-awesome.min-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/css\/main.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/main-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/css\/slick.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.eot", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.ttf", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff2": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/bootstrap\/glyphicons-halflings-regular.woff2", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.eot", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.ttf", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.woff", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.woff2": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/fontawesome-webfont.woff2", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/FontAwesome.otf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/FontAwesome.otf", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/slick.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/slick.eot", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/slick.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/slick.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/slick.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/slick.ttf", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/fonts\/slick.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/fonts\/slick.woff", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/js\/bootstrap.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/js\/min\/bootstrap.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/js\/jquery.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/js\/min\/jquery.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/js\/main.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/js\/min\/main-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/js\/skel.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/js\/min\/skel.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/js\/util.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/js\/min\/util-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/ajax-loader.gif": { - "ft": 4194304, - "iS": 4178, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/ajax-loader.gif", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/config.rb": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/config.rb", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.eot": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.eot", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.svg": { - "ft": 2097152, - "miP": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.svg", - "oF": 0, - "opt": 0, - "plM": 3758088159, - "prP": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.ttf": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.ttf", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.woff": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/fonts\/slick.woff", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick-theme.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/slick-theme-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick-theme.less": { - "aP": 0, - "bl": 0, - "dJ": 0, - "ft": 1, - "ie": 1, - "iI": 0, - "ma": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick-theme.css", - "oF": 0, - "oS": 0, - "rU": 0, - "sI": 0, - "sM": 0, - "sU": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick-theme.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick-theme.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick.css": { - "aP": 0, - "bl": 0, - "ft": 16, - "ma": 0, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/slick-min.css", - "oF": 0, - "oS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/min\/slick-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick.less": { - "aP": 0, - "bl": 0, - "dJ": 0, - "ft": 1, - "ie": 1, - "iI": 0, - "ma": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick.css", - "oF": 0, - "oS": 0, - "rU": 0, - "sI": 0, - "sM": 0, - "sU": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick.min.js": { - "ft": 64, - "mi": 1, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/slick\/min\/slick.min-min.js", - "oF": 0, - "sC": 1, - "tS": 0 - }, - "\/publichealth\/static\/mockup\/assets\/slick\/slick.scss": { - "aP": 0, - "bl": 0, - "dP": 10, - "dS": 0, - "ft": 4, - "ma": 0, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/assets\/css\/slick.css", - "oF": 0, - "oS": 0, - "uL": 1 - }, - "\/publichealth\/static\/mockup\/images\/banner_0.jpg": { - "ft": 16384, - "iS": 56500, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/banner_0.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/banner_1.jpg": { - "ft": 16384, - "iS": 93170, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/banner_1.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/banner_2.jpg": { - "ft": 16384, - "iS": 88434, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/banner_2.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/banner_3.jpg": { - "ft": 16384, - "iS": 72163, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/banner_3.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/banner_4.jpg": { - "ft": 16384, - "iS": 341200, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/banner_4.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/ipad.jpg": { - "ft": 16384, - "iS": 11743, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/ipad.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/konf.jpg": { - "ft": 16384, - "iS": 14918, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/konf.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/lit.jpg": { - "ft": 16384, - "iS": 12587, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/lit.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/news_1.jpg": { - "ft": 16384, - "iS": 189948, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/news_1.jpg", - "oF": 0, - "opt": 1 - }, - "\/publichealth\/static\/mockup\/images\/public-health-bg.png": { - "ft": 32768, - "iS": 42822, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/public-health-bg.png", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/public-health-logo-sign.png": { - "ft": 32768, - "iS": 2615, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/public-health-logo-sign.png", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/public-health-logo.png": { - "ft": 32768, - "iS": 42474, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/public-health-logo.png", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/steth.jpg": { - "ft": 16384, - "iS": 10282, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/steth.jpg", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/static\/mockup\/images\/thumb_news_1.jpg": { - "ft": 16384, - "iS": 173465, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/thumb_news_1.jpg", - "oF": 0, - "opt": 1 - }, - "\/publichealth\/static\/mockup\/images\/thumb_news_2.jpg": { - "ft": 16384, - "iS": 72163, - "oA": 0, - "oAP": "\/publichealth\/static\/mockup\/images\/thumb_news_2.jpg", - "oF": 0, - "opt": 1 - }, - "\/publichealth\/static\/mockup\/index.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/index.html", - "oF": 0 - }, - "\/publichealth\/static\/mockup\/news-details.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/static\/mockup\/news-details.html", - "oF": 0 - }, - "\/publichealth\/static\/org\/public-health-bg.png": { - "ft": 32768, - "iS": 42822, - "oA": 0, - "oAP": "\/publichealth\/static\/org\/public-health-bg.png", - "oF": 0, - "opt": 0 - }, - "\/publichealth\/templates\/404.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/templates\/404.html", - "oF": 0 - }, - "\/publichealth\/templates\/500.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/templates\/500.html", - "oF": 0 - }, - "\/publichealth\/templates\/base.html": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/templates\/base.html", - "oF": 0 - }, - "\/publichealth\/urls.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/urls.py", - "oF": 0 - }, - "\/publichealth\/wsgi.py": { - "ft": 8192, - "oA": 2, - "oAP": "\/publichealth\/wsgi.py", - "oF": 0 - }, - "\/readme.md": { - "cS": 0, - "eF": 1, - "eL": 1, - "eLB": 0, - "ema": 1, - "eSQ": 1, - "ft": 4096, - "oA": 0, - "oAP": "\/readme.html", - "oF": 0, - "oFM": 0, - "oS": 0, - "pHT": 0, - "pME": 1, - "rFN": 0, - "uCM": 0 - }, - "\/requirements.txt": { - "ft": 8192, - "oA": 2, - "oAP": "\/requirements.txt", - "oF": 0 - }, - "\/runtime.txt": { - "ft": 8192, - "oA": 2, - "oAP": "\/runtime.txt", - "oF": 0 - }, - "\/stellar.yaml": { - "ft": 8192, - "oA": 2, - "oAP": "\/stellar.yaml", - "oF": 0 - }, - "\/vagrant\/provision.sh": { - "ft": 8192, - "oA": 2, - "oAP": "\/vagrant\/provision.sh", - "oF": 0 - }, - "\/Vagrantfile": { - "ft": 8192, - "oA": 2, - "oAP": "\/Vagrantfile", - "oF": 0 - } - }, -"hooks": [ - ], -"manualImportLinks": { - }, -"projectAttributes": { - "creationDate": 504188722, - "displayValue": "public-health-ch", - "displayValueWasSetByUser": 0, - "iconImageName": "brackets_teal" - }, -"projectSettings": { - "abortBuildOnError": 1, - "alwaysUseExternalServer": 0, - "animateCSSInjections": 1, - "autoBuildNewItems": 1, - "autoprefixerBrowserString": "> 1%, last 2 versions, Firefox ESR, Opera 12.1", - "babelAuxiliaryCommentAfter": "", - "babelAuxiliaryCommentBefore": "", - "babelConfigFileHandlingType": 0, - "babelCustomPluginsList": "", - "babelCustomPresetsList": "", - "babelInsertModuleIDs": 0, - "babelModuleID": "", - "babelNoComments": 0, - "babelPlugins": { - "async-generator-functions": { - "active": 0 - }, - "async-to-generator": { - "active": 0 - }, - "async-to-module-method": { - "active": 0 - }, - "class-properties": { - "active": 0 - }, - "decorators": { - "active": 0 - }, - "decorators-legacy": { - "active": 0 - }, - "do-expressions": { - "active": 0 - }, - "es2015-arrow-functions": { - "active": 0 - }, - "es2015-block-scoped-functions": { - "active": 0 - }, - "es2015-block-scoping": { - "active": 0 - }, - "es2015-classes": { - "active": 0 - }, - "es2015-computed-properties": { - "active": 0 - }, - "es2015-constants": { - "active": 0 - }, - "es2015-destructuring": { - "active": 0 - }, - "es2015-duplicate-keys": { - "active": 0 - }, - "es2015-for-of": { - "active": 0 - }, - "es2015-function-name": { - "active": 0 - }, - "es2015-literals": { - "active": 0 - }, - "es2015-modules-amd": { - "active": 0 - }, - "es2015-modules-commonjs": { - "active": 0 - }, - "es2015-modules-systemjs": { - "active": 0 - }, - "es2015-modules-umd": { - "active": 0 - }, - "es2015-object-super": { - "active": 0 - }, - "es2015-parameters": { - "active": 0 - }, - "es2015-shorthand-properties": { - "active": 0 - }, - "es2015-spread": { - "active": 0 - }, - "es2015-sticky-regex": { - "active": 0 - }, - "es2015-template-literals": { - "active": 0 - }, - "es2015-typeof-symbol": { - "active": 0 - }, - "es2015-unicode-regex": { - "active": 0 - }, - "es3-member-expression-literals": { - "active": 0 - }, - "es3-property-literals": { - "active": 0 - }, - "es5-property-mutators": { - "active": 0 - }, - "eval": { - "active": 0 - }, - "exponentiation-operator": { - "active": 0 - }, - "export-extensions": { - "active": 0 - }, - "external-helpers": { - "active": 0 - }, - "flow-comments": { - "active": 0 - }, - "flow-strip-types": { - "active": 0 - }, - "function-bind": { - "active": 0 - }, - "inline-environment-variables": { - "active": 0 - }, - "jscript": { - "active": 0 - }, - "member-expression-literals": { - "active": 0 - }, - "merge-sibling-variables": { - "active": 0 - }, - "minify-booleans": { - "active": 0 - }, - "node-env-inline": { - "active": 0 - }, - "object-assign": { - "active": 0 - }, - "object-rest-spread": { - "active": 0 - }, - "object-set-prototype-of-to-assign": { - "active": 0 - }, - "property-literals": { - "active": 0 - }, - "proto-to-assign": { - "active": 0 - }, - "react-constant-elements": { - "active": 0 - }, - "react-display-name": { - "active": 0 - }, - "react-inline-elements": { - "active": 0 - }, - "react-jsx": { - "active": 0 - }, - "react-jsx-compat": { - "active": 0 - }, - "react-jsx-self": { - "active": 0 - }, - "react-jsx-source": { - "active": 0 - }, - "regenerator": { - "active": 0 - }, - "remove-console": { - "active": 0 - }, - "remove-debugger": { - "active": 0 - }, - "runtime": { - "active": 0 - }, - "simplify-comparison-operators": { - "active": 0 - }, - "strict-mode": { - "active": 0 - }, - "syntax-async-generators": { - "active": 0 - }, - "syntax-class-properties": { - "active": 0 - }, - "syntax-decorators": { - "active": 0 - }, - "syntax-do-expressions": { - "active": 0 - }, - "syntax-export-extensions": { - "active": 0 - }, - "syntax-flow": { - "active": 0 - }, - "syntax-function-bind": { - "active": 0 - }, - "syntax-function-sent": { - "active": 0 - }, - "syntax-jsx": { - "active": 0 - }, - "syntax-object-rest-spread": { - "active": 0 - }, - "undeclared-variables-check": { - "active": 0 - }, - "undefined-to-void": { - "active": 0 - } - }, - "babelPresetType": 193, - "babelRetainLines": 0, - "bowerAbbreviatedPath": "bower_components", - "bowerAutoCreateInfoFile": 1, - "bowerInstallDevDependencies": 0, - "bowerSaveDependencies": 1, - "bowerSaveDevDependencies": 0, - "bowerUseExactVersion": 0, - "browserRefreshDelay": 0, - "buildFolderActive": 0, - "buildFolderName": "build", - "cleanBuild": 1, - "coffeeLintFlags2": { - "arrow_spacing": { - "active": 0, - "flagValue": -1 - }, - "camel_case_classes": { - "active": 1, - "flagValue": -1 - }, - "colon_assignment_spacing": { - "active": 0, - "flagValue": 1 - }, - "cyclomatic_complexity": { - "active": 0, - "flagValue": 10 - }, - "duplicate_key": { - "active": 1, - "flagValue": -1 - }, - "empty_constructor_needs_parens": { - "active": 0, - "flagValue": -1 - }, - "ensure_comprehensions": { - "active": 1, - "flagValue": -1 - }, - "indentation": { - "active": 1, - "flagValue": 2 - }, - "line_endings": { - "active": 0, - "flagValue": 0 - }, - "max_line_length": { - "active": 0, - "flagValue": 150 - }, - "missing_fat_arrows": { - "active": 0, - "flagValue": -1 - }, - "newlines_after_classes": { - "active": 0, - "flagValue": 3 - }, - "no_backticks": { - "active": 1, - "flagValue": -1 - }, - "no_debugger": { - "active": 1, - "flagValue": -1 - }, - "no_empty_functions": { - "active": 0, - "flagValue": -1 - }, - "no_empty_param_list": { - "active": 0, - "flagValue": -1 - }, - "no_implicit_braces": { - "active": 1, - "flagValue": -1 - }, - "no_implicit_parens": { - "active": 0, - "flagValue": -1 - }, - "no_interpolation_in_single_quotes": { - "active": 0, - "flagValue": -1 - }, - "no_nested_string_interpolation": { - "active": 1, - "flagValue": -1 - }, - "no_plusplus": { - "active": 0, - "flagValue": -1 - }, - "no_private_function_fat_arrows": { - "active": 1, - "flagValue": -1 - }, - "no_stand_alone_at": { - "active": 1, - "flagValue": -1 - }, - "no_tabs": { - "active": 1, - "flagValue": -1 - }, - "no_this": { - "active": 0, - "flagValue": -1 - }, - "no_throwing_strings": { - "active": 1, - "flagValue": -1 - }, - "no_trailing_semicolons": { - "active": 1, - "flagValue": -1 - }, - "no_trailing_whitespace": { - "active": 1, - "flagValue": -1 - }, - "no_unnecessary_double_quotes": { - "active": 0, - "flagValue": -1 - }, - "no_unnecessary_fat_arrows": { - "active": 1, - "flagValue": -1 - }, - "non_empty_constructor_needs_parens": { - "active": 0, - "flagValue": -1 - }, - "prefer_english_operator": { - "active": 0, - "flagValue": -1 - }, - "space_operators": { - "active": 0, - "flagValue": -1 - }, - "spacing_after_comma": { - "active": 1, - "flagValue": -1 - } - }, - "esLintConfigFileHandlingType": 0, - "esLintECMAVersion": 7, - "esLintEnvironmentsMask": 1, - "esLintRules": { - "accessor-pairs": { - "active": 0, - "optionString": "{'setWithoutGet': true, 'getWithoutSet': false}" - }, - "array-bracket-spacing": { - "active": 0, - "optionString": "'never', {'singleValue': false, 'objectsInArrays': false, 'arraysInArrays': false}" - }, - "array-callback-return": { - "active": 0, - "optionString": "" - }, - "arrow-body-style": { - "active": 0, - "optionString": "'as-needed', {'requireReturnForObjectLiteral': false}" - }, - "arrow-parens": { - "active": 0, - "optionString": "'always'" - }, - "arrow-spacing": { - "active": 0, - "optionString": "{'before': true, 'after': true}" - }, - "block-scoped-var": { - "active": 0, - "optionString": "" - }, - "block-spacing": { - "active": 0, - "optionString": "'always'" - }, - "brace-style": { - "active": 0, - "optionString": "'1tbs', {'allowSingleLine': true}" - }, - "callback-return": { - "active": 0, - "optionString": "['callback', 'cb', 'next']" - }, - "camelcase": { - "active": 0, - "optionString": "{'properties': 'always'}" - }, - "capitalized-comments": { - "active": 0, - "optionString": "'always', {'ignoreInlineComments': false, 'ignoreConsecutiveComments': false}" - }, - "class-methods-use-this": { - "active": 0, - "optionString": "{'exceptMethods': []}" - }, - "comma-dangle": { - "active": 1, - "optionString": "'never'" - }, - "comma-spacing": { - "active": 0, - "optionString": "{'before': false, 'after': true}" - }, - "comma-style": { - "active": 0, - "optionString": "'last'" - }, - "complexity": { - "active": 0, - "optionString": "20" - }, - "computed-property-spacing": { - "active": 0, - "optionString": "'never'" - }, - "consistent-return": { - "active": 0, - "optionString": "{'treatUndefinedAsUnspecified': false}" - }, - "consistent-this": { - "active": 0, - "optionString": "'that'" - }, - "constructor-super": { - "active": 1, - "optionString": "" - }, - "curly": { - "active": 0, - "optionString": "'all'" - }, - "default-case": { - "active": 0, - "optionString": "" - }, - "dot-location": { - "active": 0, - "optionString": "'object'" - }, - "dot-notation": { - "active": 0, - "optionString": "{'allowKeywords': false}" - }, - "eol-last": { - "active": 0, - "optionString": "'always'" - }, - "eqeqeq": { - "active": 0, - "optionString": "'always', {'null': 'always'}" - }, - "func-call-spacing": { - "active": 0, - "optionString": "'never'" - }, - "func-name-matching": { - "active": 0, - "optionString": "'always', {'includeCommonJSModuleExports': false}" - }, - "func-names": { - "active": 0, - "optionString": "'always'" - }, - "func-style": { - "active": 0, - "optionString": "'expression'" - }, - "generator-star-spacing": { - "active": 0, - "optionString": "{'before': true, 'after': false}" - }, - "global-require": { - "active": 0, - "optionString": "" - }, - "guard-for-in": { - "active": 0, - "optionString": "" - }, - "handle-callback-err": { - "active": 0, - "optionString": "'err'" - }, - "id-blacklist": { - "active": 0, - "optionString": "'data', 'err', 'e', 'cb', 'callback'" - }, - "id-length": { - "active": 0, - "optionString": "{'min': 2, 'max': 1000, 'properties': 'always', 'exceptions': ['x', 'i', 'y']}" - }, - "id-match": { - "active": 0, - "optionString": "'^[a-z]+([A-Z][a-z]+)*$', {'properties': false, 'onlyDeclarations': true}" - }, - "indent": { - "active": 0, - "optionString": "4, {'SwitchCase': 0, 'VariableDeclarator': 1, 'outerIIFEBody': 1, }" - }, - "init-declarations": { - "active": 0, - "optionString": "'always', {'ignoreForLoopInit': true}" - }, - "jsx-quotes": { - "active": 0, - "optionString": "'prefer-double'" - }, - "key-spacing": { - "active": 0, - "optionString": "{'singleLine': {'beforeColon': false, 'afterColon': true, 'mode':'strict'}, 'multiLine': {'beforeColon': false, 'afterColon': true, 'align': 'value', 'mode':'minimum'}}" - }, - "keyword-spacing": { - "active": 0, - "optionString": "{'before': true, 'after': true, 'overrides': {}}" - }, - "line-comment-position": { - "active": 0, - "optionString": "{'position': 'above'}" - }, - "linebreak-style": { - "active": 0, - "optionString": "'unix'" - }, - "lines-around-comment": { - "active": 0, - "optionString": "{'beforeBlockComment': true}" - }, - "lines-around-directive": { - "active": 0, - "optionString": "{'before': 'always', 'after': 'always'}" - }, - "max-depth": { - "active": 0, - "optionString": "{'max': 4}" - }, - "max-len": { - "active": 0, - "optionString": "{'code': 80, 'comments': 80, 'tabWidth': 4, 'ignoreUrls': true, 'ignoreStrings': true, 'ignoreTemplateLiterals': true, 'ignoreRegExpLiterals': true}" - }, - "max-lines": { - "active": 0, - "optionString": "{'max': 300, 'skipBlankLines': true, 'skipComments': true}" - }, - "max-nested-callbacks": { - "active": 0, - "optionString": "{'max': 10}" - }, - "max-params": { - "active": 0, - "optionString": "{'max': 4}" - }, - "max-statements": { - "active": 0, - "optionString": "{'max': 10}, {'ignoreTopLevelFunctions': true}" - }, - "max-statements-per-line": { - "active": 0, - "optionString": "{'max': 1}" - }, - "multiline-ternary": { - "active": 0, - "optionString": "'always'" - }, - "new-cap": { - "active": 0, - "optionString": "{'newIsCap': true, 'capIsNew': true, 'newIsCapExceptions': [], 'capIsNewExceptions': ['Array', 'Boolean', 'Date', 'Error', 'Function', 'Number', 'Object', 'RegExp', 'String', 'Symbol'], 'properties': true}" - }, - "new-parens": { - "active": 0, - "optionString": "" - }, - "newline-after-var": { - "active": 0, - "optionString": "'always'" - }, - "newline-before-return": { - "active": 0, - "optionString": "" - }, - "newline-per-chained-call": { - "active": 0, - "optionString": "{'ignoreChainWithDepth': 2}" - }, - "no-alert": { - "active": 0, - "optionString": "" - }, - "no-array-constructor": { - "active": 0, - "optionString": "" - }, - "no-await-in-loop": { - "active": 0, - "optionString": "" - }, - "no-bitwise": { - "active": 0, - "optionString": "{'allow': ['~'], 'int32Hint': true}" - }, - "no-caller": { - "active": 0, - "optionString": "" - }, - "no-case-declarations": { - "active": 1, - "optionString": "" - }, - "no-catch-shadow": { - "active": 0, - "optionString": "" - }, - "no-class-assign": { - "active": 1, - "optionString": "" - }, - "no-cond-assign": { - "active": 1, - "optionString": "'except-parens'" - }, - "no-confusing-arrow": { - "active": 0, - "optionString": "{'allowParens': false}" - }, - "no-console": { - "active": 1, - "optionString": "{'allow': ['warn', 'error']}" - }, - "no-const-assign": { - "active": 1, - "optionString": "" - }, - "no-constant-condition": { - "active": 1, - "optionString": "{'checkLoops': true}" - }, - "no-continue": { - "active": 0, - "optionString": "" - }, - "no-control-regex": { - "active": 1, - "optionString": "" - }, - "no-debugger": { - "active": 1, - "optionString": "" - }, - "no-delete-var": { - "active": 1, - "optionString": "" - }, - "no-div-regex": { - "active": 0, - "optionString": "" - }, - "no-dupe-args": { - "active": 1, - "optionString": "" - }, - "no-dupe-class-members": { - "active": 1, - "optionString": "" - }, - "no-dupe-keys": { - "active": 1, - "optionString": "" - }, - "no-duplicate-imports": { - "active": 0, - "optionString": "{'includeExports': false}" - }, - "no-else-return": { - "active": 0, - "optionString": "" - }, - "no-empty": { - "active": 1, - "optionString": "{'allowEmptyCatch': false}" - }, - "no-empty-character-class": { - "active": 1, - "optionString": "" - }, - "no-empty-function": { - "active": 0, - "optionString": "{'allow': []}" - }, - "no-empty-pattern": { - "active": 1, - "optionString": "" - }, - "no-eq-null": { - "active": 0, - "optionString": "" - }, - "no-eval": { - "active": 0, - "optionString": "{'allowIndirect': false}" - }, - "no-ex-assign": { - "active": 1, - "optionString": "" - }, - "no-extend-native": { - "active": 0, - "optionString": "{'exceptions': []}" - }, - "no-extra-bind": { - "active": 0, - "optionString": "" - }, - "no-extra-boolean-cast": { - "active": 1, - "optionString": "" - }, - "no-extra-labels": { - "active": 0, - "optionString": "" - }, - "no-extra-parens": { - "active": 1, - "optionString": "'all', {'conditionalAssign': false, 'returnAssign': false, 'nestedBinaryExpressions': false}" - }, - "no-extra-semi": { - "active": 1, - "optionString": "" - }, - "no-fallthrough": { - "active": 1, - "optionString": "" - }, - "no-floating-decimal": { - "active": 0, - "optionString": "" - }, - "no-func-assign": { - "active": 1, - "optionString": "" - }, - "no-global-assign": { - "active": 0, - "optionString": "{'exceptions': []}" - }, - "no-implicit-coercion": { - "active": 0, - "optionString": "{'boolean': true, 'number': true, 'string': true, 'allow': []}" - }, - "no-implicit-globals": { - "active": 0, - "optionString": "" - }, - "no-implied-eval": { - "active": 0, - "optionString": "" - }, - "no-inline-comments": { - "active": 0, - "optionString": "" - }, - "no-inner-declarations": { - "active": 1, - "optionString": "'functions'" - }, - "no-invalid-regexp": { - "active": 1, - "optionString": "{'allowConstructorFlags': ['u', 'y']}" - }, - "no-invalid-this": { - "active": 0, - "optionString": "" - }, - "no-irregular-whitespace": { - "active": 1, - "optionString": "{'skipStrings': true, 'skipComments': false, 'skipRegExps': true, 'skipTemplates': true}" - }, - "no-iterator": { - "active": 0, - "optionString": "" - }, - "no-label-var": { - "active": 0, - "optionString": "" - }, - "no-labels": { - "active": 0, - "optionString": "{'allowLoop': false, 'allowSwitch': false}" - }, - "no-lone-blocks": { - "active": 0, - "optionString": "" - }, - "no-lonely-if": { - "active": 0, - "optionString": "" - }, - "no-loop-func": { - "active": 0, - "optionString": "" - }, - "no-magic-numbers": { - "active": 0, - "optionString": "{'ignore': [], 'ignoreArrayIndexes': true, 'enforceConst': false, 'detectObjects': false}" - }, - "no-mixed-operators": { - "active": 0, - "optionString": "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}" - }, - "no-mixed-requires": { - "active": 0, - "optionString": "{'grouping': false, 'allowCall': false }" - }, - "no-mixed-spaces-and-tabs": { - "active": 0, - "optionString": "" - }, - "no-multi-spaces": { - "active": 0, - "optionString": "{'exceptions': {'Property': true, 'BinaryExpression': false, 'VariableDeclarator': false, 'ImportDeclaration': false}}" - }, - "no-multi-str": { - "active": 0, - "optionString": "" - }, - "no-multiple-empty-lines": { - "active": 0, - "optionString": "{'max': 2, 'maxBOF': 2, 'maxEOF': 2}" - }, - "no-negated-condition": { - "active": 0, - "optionString": "" - }, - "no-nested-ternary": { - "active": 0, - "optionString": "" - }, - "no-new": { - "active": 0, - "optionString": "" - }, - "no-new-func": { - "active": 0, - "optionString": "" - }, - "no-new-object": { - "active": 0, - "optionString": "" - }, - "no-new-require": { - "active": 0, - "optionString": "" - }, - "no-new-symbol": { - "active": 1, - "optionString": "" - }, - "no-new-wrappers": { - "active": 0, - "optionString": "" - }, - "no-obj-calls": { - "active": 1, - "optionString": "" - }, - "no-octal": { - "active": 1, - "optionString": "" - }, - "no-octal-escape": { - "active": 0, - "optionString": "" - }, - "no-param-reassign": { - "active": 0, - "optionString": "{'props': false}" - }, - "no-path-concat": { - "active": 0, - "optionString": "" - }, - "no-plusplus": { - "active": 0, - "optionString": "{'allowForLoopAfterthoughts': false}" - }, - "no-process-env": { - "active": 0, - "optionString": "" - }, - "no-process-exit": { - "active": 0, - "optionString": "" - }, - "no-proto": { - "active": 0, - "optionString": "" - }, - "no-redeclare": { - "active": 1, - "optionString": "{'builtinGlobals': false}" - }, - "no-regex-spaces": { - "active": 1, - "optionString": "" - }, - "no-restricted-globals": { - "active": 0, - "optionString": "'event', 'fdescribe'" - }, - "no-restricted-imports": { - "active": 0, - "optionString": "" - }, - "no-restricted-modules": { - "active": 0, - "optionString": "" - }, - "no-restricted-properties": { - "active": 0, - "optionString": "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]" - }, - "no-restricted-syntax": { - "active": 0, - "optionString": "'FunctionExpression', 'WithStatement'" - }, - "no-return-assign": { - "active": 0, - "optionString": "'except-parens'" - }, - "no-return-await": { - "active": 0, - "optionString": "" - }, - "no-script-url": { - "active": 0, - "optionString": "" - }, - "no-self-assign": { - "active": 1, - "optionString": "{'props': false}" - }, - "no-self-compare": { - "active": 1, - "optionString": "" - }, - "no-sequences": { - "active": 0, - "optionString": "" - }, - "no-shadow": { - "active": 0, - "optionString": "{'builtinGlobals': false, 'hoist': 'functions', 'allow': []}" - }, - "no-shadow-restricted-names": { - "active": 0, - "optionString": "" - }, - "no-sparse-arrays": { - "active": 1, - "optionString": "" - }, - "no-sync": { - "active": 0, - "optionString": "" - }, - "no-tabs": { - "active": 0, - "optionString": "" - }, - "no-template-curly-in-string": { - "active": 1, - "optionString": "" - }, - "no-ternary": { - "active": 0, - "optionString": "" - }, - "no-this-before-super": { - "active": 1, - "optionString": "" - }, - "no-throw-literal": { - "active": 0, - "optionString": "" - }, - "no-trailing-spaces": { - "active": 0, - "optionString": "{'skipBlankLines': false}" - }, - "no-undef": { - "active": 1, - "optionString": "{'typeof': false}" - }, - "no-undef-init": { - "active": 0, - "optionString": "" - }, - "no-undefined": { - "active": 0, - "optionString": "" - }, - "no-underscore-dangle": { - "active": 0, - "optionString": "{'allow': [], 'allowAfterThis': false, 'allowAfterSuper': false}" - }, - "no-unexpected-multiline": { - "active": 1, - "optionString": "" - }, - "no-unmodified-loop-condition": { - "active": 0, - "optionString": "" - }, - "no-unneeded-ternary": { - "active": 0, - "optionString": "{'defaultAssignment': true}" - }, - "no-unreachable": { - "active": 1, - "optionString": "" - }, - "no-unsafe-finally": { - "active": 1, - "optionString": "" - }, - "no-unsafe-negation": { - "active": 0, - "optionString": "" - }, - "no-unused-expressions": { - "active": 0, - "optionString": "{'allowShortCircuit': false, 'allowTernary': false}" - }, - "no-unused-labels": { - "active": 1, - "optionString": "" - }, - "no-unused-vars": { - "active": 1, - "optionString": "{'vars': 'all', 'args': 'after-used', 'caughtErrors': 'none'}" - }, - "no-use-before-define": { - "active": 0, - "optionString": "{'functions': true, 'classes': true}" - }, - "no-useless-call": { - "active": 0, - "optionString": "" - }, - "no-useless-computed-key": { - "active": 1, - "optionString": "" - }, - "no-useless-concat": { - "active": 0, - "optionString": "" - }, - "no-useless-constructor": { - "active": 0, - "optionString": "" - }, - "no-useless-escape": { - "active": 0, - "optionString": "" - }, - "no-useless-rename": { - "active": 0, - "optionString": "{'ignoreDestructuring': false, 'ignoreImport': false, 'ignoreExport': false}" - }, - "no-useless-return": { - "active": 0, - "optionString": "" - }, - "no-var": { - "active": 0, - "optionString": "" - }, - "no-void": { - "active": 0, - "optionString": "" - }, - "no-warning-comments": { - "active": 0, - "optionString": "{'terms': ['todo', 'fixme', 'xxx'], 'location': 'start'}" - }, - "no-whitespace-before-property": { - "active": 0, - "optionString": "" - }, - "no-with": { - "active": 0, - "optionString": "" - }, - "object-curly-newline": { - "active": 0, - "optionString": "{'ObjectExpression': {'multiline': true}, 'ObjectPattern': {'multiline': true}}" - }, - "object-curly-spacing": { - "active": 0, - "optionString": "'never'" - }, - "object-property-newline": { - "active": 0, - "optionString": "{'allowMultiplePropertiesPerLine': true}" - }, - "object-shorthand": { - "active": 0, - "optionString": "'always', {'avoidQuotes': false, 'ignoreConstructors': false}" - }, - "one-var": { - "active": 0, - "optionString": "'always'" - }, - "one-var-declaration-per-line": { - "active": 0, - "optionString": "'always'" - }, - "operator-assignment": { - "active": 0, - "optionString": "'always'" - }, - "operator-linebreak": { - "active": 0, - "optionString": "'after', {'overrides': {'?': 'after', '+=': 'none'}}" - }, - "padded-blocks": { - "active": 0, - "optionString": "{'blocks': 'always', 'switches': 'always', 'classes': 'always'}" - }, - "prefer-arrow-callback": { - "active": 0, - "optionString": "" - }, - "prefer-const": { - "active": 0, - "optionString": "{'destructuring': 'any', 'ignoreReadBeforeAssign': false}" - }, - "prefer-destructuring": { - "active": 0, - "optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}" - }, - "prefer-numeric-literals": { - "active": 0, - "optionString": "" - }, - "prefer-rest-params": { - "active": 0, - "optionString": "" - }, - "prefer-spread": { - "active": 0, - "optionString": "" - }, - "prefer-template": { - "active": 0, - "optionString": "" - }, - "quote-props": { - "active": 0, - "optionString": "'always'" - }, - "quotes": { - "active": 0, - "optionString": "'double', {'avoidEscape': true, 'allowTemplateLiterals': true}" - }, - "radix": { - "active": 0, - "optionString": "'always'" - }, - "require-await": { - "active": 0, - "optionString": "" - }, - "require-jsdoc": { - "active": 0, - "optionString": "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}" - }, - "require-yield": { - "active": 0, - "optionString": "" - }, - "rest-spread-spacing": { - "active": 0, - "optionString": "'never'" - }, - "semi": { - "active": 0, - "optionString": "'always', {'omitLastInOneLineBlock': false}" - }, - "semi-spacing": { - "active": 0, - "optionString": "{'before': false, 'after': true}" - }, - "sort-imports": { - "active": 0, - "optionString": "{'ignoreCase': false, 'ignoreMemberSort': true, 'memberSyntaxSortOrder': ['none', 'all', 'multiple', 'single']}" - }, - "sort-keys": { - "active": 0, - "optionString": "'asc', {'caseSensitive': true, 'natural': false}" - }, - "sort-vars": { - "active": 0, - "optionString": "{'ignoreCase': false}" - }, - "space-before-blocks": { - "active": 0, - "optionString": "{'functions': 'always', 'keywords': 'always', 'classes': 'always'}" - }, - "space-before-function-paren": { - "active": 0, - "optionString": "{'anonymous': 'always', 'named': 'never'}" - }, - "space-in-parens": { - "active": 0, - "optionString": "'never', {'exceptions': []}" - }, - "space-infix-ops": { - "active": 0, - "optionString": "{'int32Hint': false}" - }, - "space-unary-ops": { - "active": 0, - "optionString": "{'words': true, 'nonwords': false, 'overrides': {}}" - }, - "spaced-comment": { - "active": 0, - "optionString": "'always', {'line': {'markers': ['\/'], 'exceptions': ['-', '+']}, 'block': {'markers': ['!'], 'exceptions': ['*'], 'balanced': false}}" - }, - "strict": { - "active": 0, - "optionString": "'safe'" - }, - "symbol-description": { - "active": 0, - "optionString": "" - }, - "template-curly-spacing": { - "active": 0, - "optionString": "'never'" - }, - "unicode-bom": { - "active": 0, - "optionString": "'never'" - }, - "use-isnan": { - "active": 1, - "optionString": "" - }, - "valid-jsdoc": { - "active": 0, - "optionString": "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}" - }, - "valid-typeof": { - "active": 1, - "optionString": "{'requireStringLiterals': true}" - }, - "vars-on-top": { - "active": 0, - "optionString": "" - }, - "wrap-iife": { - "active": 0, - "optionString": "'outside'" - }, - "wrap-regex": { - "active": 0, - "optionString": "" - }, - "yield-star-spacing": { - "active": 0, - "optionString": "{'before': false, 'after': true}" - }, - "yoda": { - "active": 0, - "optionString": "'never', {'exceptRange': false, 'onlyEquality': false}" - } - }, - "esLintSourceType": 0, - "externalServerAddress": "http:\/\/localhost:8888", - "gitIgnoreBuildFolder": 1, - "hideConfigFile": 0, - "jsCheckerReservedNamesString": "", - "jsHintFlags2": { - "asi": { - "active": 0, - "flagValue": -1 - }, - "bitwise": { - "active": 1, - "flagValue": -1 - }, - "boss": { - "active": 0, - "flagValue": -1 - }, - "browser": { - "active": 1, - "flagValue": -1 - }, - "browserify": { - "active": 0, - "flagValue": -1 - }, - "camelcase": { - "active": 0, - "flagValue": -1 - }, - "couch": { - "active": 0, - "flagValue": -1 - }, - "curly": { - "active": 1, - "flagValue": -1 - }, - "debug": { - "active": 0, - "flagValue": -1 - }, - "devel": { - "active": 0, - "flagValue": -1 - }, - "dojo": { - "active": 0, - "flagValue": -1 - }, - "elision": { - "active": 1, - "flagValue": -1 - }, - "eqeqeq": { - "active": 1, - "flagValue": -1 - }, - "eqnull": { - "active": 0, - "flagValue": -1 - }, - "es3": { - "active": 0, - "flagValue": -1 - }, - "esnext": { - "active": 0, - "flagValue": -1 - }, - "evil": { - "active": 0, - "flagValue": -1 - }, - "expr": { - "active": 0, - "flagValue": -1 - }, - "forin": { - "active": 0, - "flagValue": -1 - }, - "freeze": { - "active": 1, - "flagValue": -1 - }, - "funcscope": { - "active": 0, - "flagValue": -1 - }, - "futurehostile": { - "active": 0, - "flagValue": -1 - }, - "globalstrict": { - "active": 0, - "flagValue": -1 - }, - "immed": { - "active": 0, - "flagValue": -1 - }, - "indent": { - "active": 0, - "flagValue": 4 - }, - "iterator": { - "active": 0, - "flagValue": -1 - }, - "jasmine": { - "active": 0, - "flagValue": -1 - }, - "jquery": { - "active": 1, - "flagValue": -1 - }, - "lastsemic": { - "active": 0, - "flagValue": -1 - }, - "latedef": { - "active": 1, - "flagValue": -1 - }, - "laxbreak": { - "active": 0, - "flagValue": -1 - }, - "laxcomma": { - "active": 0, - "flagValue": -1 - }, - "loopfunc": { - "active": 0, - "flagValue": -1 - }, - "maxcomplexity": { - "active": 0, - "flagValue": 10 - }, - "maxdepth": { - "active": 0, - "flagValue": 3 - }, - "maxlen": { - "active": 0, - "flagValue": 150 - }, - "maxparams": { - "active": 0, - "flagValue": 3 - }, - "maxstatements": { - "active": 0, - "flagValue": 4 - }, - "mocha": { - "active": 0, - "flagValue": -1 - }, - "mootools": { - "active": 0, - "flagValue": -1 - }, - "moz": { - "active": 0, - "flagValue": -1 - }, - "multistr": { - "active": 0, - "flagValue": -1 - }, - "newcap": { - "active": 1, - "flagValue": -1 - }, - "noarg": { - "active": 1, - "flagValue": -1 - }, - "nocomma": { - "active": 0, - "flagValue": -1 - }, - "node": { - "active": 0, - "flagValue": -1 - }, - "noempty": { - "active": 0, - "flagValue": -1 - }, - "nonbsp": { - "active": 0, - "flagValue": -1 - }, - "nonew": { - "active": 1, - "flagValue": -1 - }, - "nonstandard": { - "active": 0, - "flagValue": -1 - }, - "notypeof": { - "active": 1, - "flagValue": -1 - }, - "noyield": { - "active": 0, - "flagValue": -1 - }, - "onecase": { - "active": 0, - "flagValue": -1 - }, - "phantom": { - "active": 0, - "flagValue": -1 - }, - "plusplus": { - "active": 0, - "flagValue": -1 - }, - "proto": { - "active": 0, - "flagValue": -1 - }, - "prototypejs": { - "active": 0, - "flagValue": -1 - }, - "qunit": { - "active": 0, - "flagValue": -1 - }, - "regexp": { - "active": 1, - "flagValue": -1 - }, - "rhino": { - "active": 0, - "flagValue": -1 - }, - "scripturl": { - "active": 0, - "flagValue": -1 - }, - "shadow": { - "active": 0, - "flagValue": -1 - }, - "shelljs": { - "active": 0, - "flagValue": -1 - }, - "singleGroups": { - "active": 0, - "flagValue": -1 - }, - "strict": { - "active": 0, - "flagValue": -1 - }, - "sub": { - "active": 0, - "flagValue": -1 - }, - "supernew": { - "active": 0, - "flagValue": -1 - }, - "typed": { - "active": 0, - "flagValue": -1 - }, - "undef": { - "active": 1, - "flagValue": -1 - }, - "unused": { - "active": 1, - "flagValue": -1 - }, - "varstmt": { - "active": 0, - "flagValue": -1 - }, - "withstmt": { - "active": 0, - "flagValue": -1 - }, - "worker": { - "active": 0, - "flagValue": -1 - }, - "wsh": { - "active": 0, - "flagValue": -1 - }, - "yui": { - "active": 0, - "flagValue": -1 - } - }, - "jsLintFlags2": { - "bitwise": { - "active": 0, - "flagValue": -1 - }, - "browser": { - "active": 1, - "flagValue": -1 - }, - "couch": { - "active": 0, - "flagValue": -1 - }, - "devel": { - "active": 0, - "flagValue": -1 - }, - "es6": { - "active": 0, - "flagValue": -1 - }, - "eval": { - "active": 0, - "flagValue": -1 - }, - "for": { - "active": 0, - "flagValue": -1 - }, - "maxlen": { - "active": 0, - "flagValue": 150 - }, - "node": { - "active": 0, - "flagValue": -1 - }, - "this": { - "active": 0, - "flagValue": -1 - }, - "white": { - "active": 0, - "flagValue": -1 - } - }, - "languageDefaultsCOFFEE": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.js", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "createSourceMap": 0, - "minifyOutput": 1, - "outputStyle": 0, - "syntaxCheckerStyle": 1 - }, - "languageDefaultsCSS": { - "autoOutputAction": 2, - "autoOutputPathFilenamePattern": "*-min.css", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "createSourceMap": 0, - "outputStyle": 3, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0 - }, - "languageDefaultsGIF": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.gif", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0 - }, - "languageDefaultsHAML": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.html", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "escapeHTMLCharacters": 0, - "noEscapeInAttributes": 0, - "outputFormat": 2, - "outputStyle": 0, - "useCDATA": 0, - "useDoubleQuotes": 0, - "useUnixNewlines": 0 - }, - "languageDefaultsJPG": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.jpg", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0 - }, - "languageDefaultsJS": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*-min.js", - "autoOutputPathRelativePath": "\/min", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 2, - "createSourceMap": 0, - "minifyOutput": 1, - "syntaxCheckerStyle": 1, - "transpilerStyle": 0 - }, - "languageDefaultsJSON": { - "autoOutputAction": 1, - "autoOutputPathFilenamePattern": "*-min.json", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "orderOutput": 0, - "outputStyle": 1 - }, - "languageDefaultsJSX": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.js", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "jsx", - "autoOutputPathReplace2": "js", - "autoOutputPathStyle": 0 - }, - "languageDefaultsKIT": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.html", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "kit", - "autoOutputPathReplace2": "html", - "autoOutputPathStyle": 0 - }, - "languageDefaultsLESS": { - "allowInsecureImports": 0, - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.css", - "autoOutputPathRelativePath": "..\/css", - "autoOutputPathReplace1": "less", - "autoOutputPathReplace2": "css", - "autoOutputPathStyle": 2, - "createSourceMap": 1, - "disableJavascript": 0, - "ieCompatibility": 1, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 - }, - "languageDefaultsMARKDOWN": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.html", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "criticStyle": 0, - "enableFootnotes": 1, - "enableLabels": 1, - "enableSmartQuotes": 1, - "escapeLineBreaks": 0, - "maskEmailAddresses": 1, - "outputFormat": 0, - "outputStyle": 0, - "parseMetadata": 1, - "processHTML": 0, - "randomFootnoteNumbers": 0, - "useCompatibilityMode": 0 - }, - "languageDefaultsOTHER": { - "autoOutputAction": 2, - "autoOutputPathFilenamePattern": "*.*", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0 - }, - "languageDefaultsPNG": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.png", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0 - }, - "languageDefaultsPUG": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.html", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "compileDebug": 1, - "outputStyle": 0 - }, - "languageDefaultsSASS": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.css", - "autoOutputPathRelativePath": "..\/css", - "autoOutputPathReplace1": "sass", - "autoOutputPathReplace2": "css", - "autoOutputPathStyle": 2, - "createSourceMap": 0, - "debugStyle": 0, - "decimalPrecision": 10, - "outputStyle": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "useLibsass": 1 - }, - "languageDefaultsSLIM": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.html", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "compileOnly": 0, - "logicless": 0, - "outputFormat": 0, - "outputStyle": 1, - "railsCompatible": 0 - }, - "languageDefaultsSTYLUS": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.css", - "autoOutputPathRelativePath": "..\/css", - "autoOutputPathReplace1": "stylus", - "autoOutputPathReplace2": "css", - "autoOutputPathStyle": 2, - "createSourceMap": 0, - "debugStyle": 0, - "importCSS": 0, - "outputStyle": 0, - "resolveRelativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0 - }, - "languageDefaultsSVG": { - "autoOutputAction": 2, - "autoOutputPathFilenamePattern": "*.svg", - "autoOutputPathRelativePath": "", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 0, - "pluginMask": 3758088159 - }, - "languageDefaultsTS": { - "autoOutputAction": 0, - "autoOutputPathFilenamePattern": "*.js", - "autoOutputPathRelativePath": "\/js", - "autoOutputPathReplace1": "", - "autoOutputPathReplace2": "", - "autoOutputPathStyle": 2, - "createDeclarationFile": 0, - "createSourceMap": 0, - "jsxMode": 0, - "minifyOutput": 0, - "moduleResolutionType": 0, - "moduleType": 2, - "noImplicitAny": 0, - "preserveConstEnums": 0, - "removeComments": 0, - "suppressImplicitAnyIndexErrors": 0, - "targetECMAVersion": 0 - }, - "languageDefaultsUserDefined": [ - ], - "previewPathAddition": "", - "skippedFoldersString": "log, _logs, logs, _cache, cache, \/storage\/framework\/sessions, node_modules", - "sourceFolderName": "source", - "uglifyDefinesString": "", - "uglifyFlags2": { - "ascii-only": { - "active": 0, - "flagValue": -1 - }, - "bare-returns": { - "active": 0, - "flagValue": -1 - }, - "booleans": { - "active": 1, - "flagValue": -1 - }, - "bracketize": { - "active": 0, - "flagValue": -1 - }, - "cascade": { - "active": 1, - "flagValue": -1 - }, - "comments": { - "active": 1, - "flagValue": -1 - }, - "comparisons": { - "active": 1, - "flagValue": -1 - }, - "compress": { - "active": 1, - "flagValue": -1 - }, - "conditionals": { - "active": 1, - "flagValue": -1 - }, - "dead_code": { - "active": 0, - "flagValue": -1 - }, - "drop_console": { - "active": 0, - "flagValue": -1 - }, - "drop_debugger": { - "active": 1, - "flagValue": -1 - }, - "eval": { - "active": 0, - "flagValue": -1 - }, - "evaluate": { - "active": 1, - "flagValue": -1 - }, - "hoist_funs": { - "active": 1, - "flagValue": -1 - }, - "hoist_vars": { - "active": 0, - "flagValue": -1 - }, - "if_return": { - "active": 1, - "flagValue": -1 - }, - "indent-level": { - "active": 0, - "flagValue": 4 - }, - "indent-start": { - "active": 0, - "flagValue": 0 - }, - "inline-script": { - "active": 0, - "flagValue": -1 - }, - "join_vars": { - "active": 1, - "flagValue": -1 - }, - "keep_fargs": { - "active": 0, - "flagValue": -1 - }, - "keep_fnames": { - "active": 0, - "flagValue": -1 - }, - "loops": { - "active": 1, - "flagValue": -1 - }, - "mangle": { - "active": 1, - "flagValue": -1 - }, - "max-line-len": { - "active": 1, - "flagValue": 32000 - }, - "negate_iife": { - "active": 1, - "flagValue": -1 - }, - "properties": { - "active": 1, - "flagValue": -1 - }, - "pure_getters": { - "active": 0, - "flagValue": -1 - }, - "quote-keys": { - "active": 0, - "flagValue": -1 - }, - "screw-ie8": { - "active": 1, - "flagValue": -1 - }, - "semicolons": { - "active": 1, - "flagValue": -1 - }, - "sequences": { - "active": 1, - "flagValue": -1 - }, - "sort": { - "active": 0, - "flagValue": -1 - }, - "space-colon": { - "active": 1, - "flagValue": -1 - }, - "support-ie8": { - "active": 0, - "flagValue": -1 - }, - "toplevel": { - "active": 0, - "flagValue": -1 - }, - "unsafe": { - "active": 0, - "flagValue": -1 - }, - "unused": { - "active": 0, - "flagValue": -1 - }, - "warnings": { - "active": 0, - "flagValue": -1 - }, - "width": { - "active": 1, - "flagValue": 80 - } - }, - "uglifyReservedNamesString": "$", - "websiteRelativeRoot": "publichealth\/static\/mockup" - }, -"settingsFileVersion": "3" -} \ No newline at end of file diff --git a/mockup/Gruntfile.js b/mockup/Gruntfile.js new file mode 100644 index 0000000..6ce66ac --- /dev/null +++ b/mockup/Gruntfile.js @@ -0,0 +1,84 @@ +module.exports = function(grunt) { + + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), + + imagemin: { + media: { + files: [{ + expand: true, + cwd: 'media/images/', + src: '{,*/}*.{png,jpg,jpeg,gif}', + dest: 'media/images' + }] + } + }, + + watch: { + sass: { + files: "publichealth/static/**/*.scss", + tasks: ['sass:dev'] + } + }, + + // TODO: switch to https://github.com/sindresorhus/grunt-sass + sass: { // Task + dev: { // Target + options: { // Target options + style: 'expanded', + sourcemap: 'none' + }, + files: { // Dictionary of files + "mockup/assets/css/main.css": "publichealth/static/css/main.scss" + } + }, + dist: { + options: { + style: 'compressed', + sourcemap: 'none' + }, + files: { + "mockup/assets/css/main.min.css": "publichealth/static/css/main.scss" + } + } + }, + + bgShell: { + _defaults: { + bg: true, + stdout: false, + stderr: false, + }, + runDjango: { + cmd: 'python manage.py runserver' + }, + }, + + browserSync: { + dev: { + bsFiles: { + src: [ + "mockup/assets/css/*.css", + "mockup/*.html" + ] + }, + options: { + watchTask: true, + proxy: "localhost:8000" + } + } + } + }); + + grunt.loadNpmTasks('grunt-contrib-imagemin'); + grunt.loadNpmTasks('grunt-contrib-sass'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-bg-shell'); + grunt.loadNpmTasks('grunt-browser-sync'); + grunt.registerTask('default', ['imagemin', 'sass']); + grunt.registerTask('browser-sync', [ + 'bgShell', + 'browserSync', + 'watch' + ]); +}; diff --git a/publichealth/static/mockup/assets/css/ajax-loader.gif b/mockup/assets/css/ajax-loader.gif similarity index 100% rename from publichealth/static/mockup/assets/css/ajax-loader.gif rename to mockup/assets/css/ajax-loader.gif diff --git a/publichealth/static/mockup/assets/css/font-awesome.min.css b/mockup/assets/css/font-awesome.min.css similarity index 100% rename from publichealth/static/mockup/assets/css/font-awesome.min.css rename to mockup/assets/css/font-awesome.min.css diff --git a/publichealth/static/mockup/assets/css/main.css b/mockup/assets/css/main.css similarity index 100% rename from publichealth/static/mockup/assets/css/main.css rename to mockup/assets/css/main.css diff --git a/publichealth/static/mockup/assets/css/main.min.css b/mockup/assets/css/main.min.css similarity index 100% rename from publichealth/static/mockup/assets/css/main.min.css rename to mockup/assets/css/main.min.css diff --git a/publichealth/static/mockup/assets/css/slick.css b/mockup/assets/css/slick.css similarity index 100% rename from publichealth/static/mockup/assets/css/slick.css rename to mockup/assets/css/slick.css diff --git a/publichealth/static/mockup/assets/fonts/FontAwesome.otf b/mockup/assets/fonts/FontAwesome.otf similarity index 100% rename from publichealth/static/mockup/assets/fonts/FontAwesome.otf rename to mockup/assets/fonts/FontAwesome.otf diff --git a/publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.eot b/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.eot similarity index 100% rename from publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.eot rename to mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.eot diff --git a/publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.svg b/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.svg similarity index 100% rename from publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.svg rename to mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.svg diff --git a/publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf b/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf similarity index 100% rename from publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf rename to mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf diff --git a/publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff b/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff similarity index 100% rename from publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff rename to mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff diff --git a/publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 b/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 similarity index 100% rename from publichealth/static/mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 rename to mockup/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 diff --git a/publichealth/static/mockup/assets/fonts/fontawesome-webfont.eot b/mockup/assets/fonts/fontawesome-webfont.eot similarity index 100% rename from publichealth/static/mockup/assets/fonts/fontawesome-webfont.eot rename to mockup/assets/fonts/fontawesome-webfont.eot diff --git a/publichealth/static/mockup/assets/fonts/fontawesome-webfont.svg b/mockup/assets/fonts/fontawesome-webfont.svg similarity index 100% rename from publichealth/static/mockup/assets/fonts/fontawesome-webfont.svg rename to mockup/assets/fonts/fontawesome-webfont.svg diff --git a/publichealth/static/mockup/assets/fonts/fontawesome-webfont.ttf b/mockup/assets/fonts/fontawesome-webfont.ttf similarity index 100% rename from publichealth/static/mockup/assets/fonts/fontawesome-webfont.ttf rename to mockup/assets/fonts/fontawesome-webfont.ttf diff --git a/publichealth/static/mockup/assets/fonts/fontawesome-webfont.woff b/mockup/assets/fonts/fontawesome-webfont.woff similarity index 100% rename from publichealth/static/mockup/assets/fonts/fontawesome-webfont.woff rename to mockup/assets/fonts/fontawesome-webfont.woff diff --git a/publichealth/static/mockup/assets/fonts/fontawesome-webfont.woff2 b/mockup/assets/fonts/fontawesome-webfont.woff2 similarity index 100% rename from publichealth/static/mockup/assets/fonts/fontawesome-webfont.woff2 rename to mockup/assets/fonts/fontawesome-webfont.woff2 diff --git a/publichealth/static/mockup/assets/fonts/slick.eot b/mockup/assets/fonts/slick.eot similarity index 100% rename from publichealth/static/mockup/assets/fonts/slick.eot rename to mockup/assets/fonts/slick.eot diff --git a/publichealth/static/mockup/assets/fonts/slick.svg b/mockup/assets/fonts/slick.svg similarity index 100% rename from publichealth/static/mockup/assets/fonts/slick.svg rename to mockup/assets/fonts/slick.svg diff --git a/publichealth/static/mockup/assets/fonts/slick.ttf b/mockup/assets/fonts/slick.ttf similarity index 100% rename from publichealth/static/mockup/assets/fonts/slick.ttf rename to mockup/assets/fonts/slick.ttf diff --git a/publichealth/static/mockup/assets/fonts/slick.woff b/mockup/assets/fonts/slick.woff similarity index 100% rename from publichealth/static/mockup/assets/fonts/slick.woff rename to mockup/assets/fonts/slick.woff diff --git a/publichealth/static/mockup/assets/js/bootstrap.min.js b/mockup/assets/js/bootstrap.min.js similarity index 100% rename from publichealth/static/mockup/assets/js/bootstrap.min.js rename to mockup/assets/js/bootstrap.min.js diff --git a/publichealth/static/mockup/assets/js/jquery.min.js b/mockup/assets/js/jquery.min.js similarity index 100% rename from publichealth/static/mockup/assets/js/jquery.min.js rename to mockup/assets/js/jquery.min.js diff --git a/publichealth/static/mockup/assets/js/main.js b/mockup/assets/js/main.js similarity index 100% rename from publichealth/static/mockup/assets/js/main.js rename to mockup/assets/js/main.js diff --git a/publichealth/static/mockup/assets/js/skel.min.js b/mockup/assets/js/skel.min.js similarity index 100% rename from publichealth/static/mockup/assets/js/skel.min.js rename to mockup/assets/js/skel.min.js diff --git a/publichealth/static/mockup/assets/js/util.js b/mockup/assets/js/util.js similarity index 100% rename from publichealth/static/mockup/assets/js/util.js rename to mockup/assets/js/util.js diff --git a/publichealth/static/mockup/assets/libs b/mockup/assets/libs similarity index 100% rename from publichealth/static/mockup/assets/libs rename to mockup/assets/libs diff --git a/publichealth/static/mockup/assets/slick/ajax-loader.gif b/mockup/assets/slick/ajax-loader.gif similarity index 100% rename from publichealth/static/mockup/assets/slick/ajax-loader.gif rename to mockup/assets/slick/ajax-loader.gif diff --git a/publichealth/static/mockup/assets/slick/config.rb b/mockup/assets/slick/config.rb similarity index 100% rename from publichealth/static/mockup/assets/slick/config.rb rename to mockup/assets/slick/config.rb diff --git a/publichealth/static/mockup/assets/slick/fonts/slick.eot b/mockup/assets/slick/fonts/slick.eot similarity index 100% rename from publichealth/static/mockup/assets/slick/fonts/slick.eot rename to mockup/assets/slick/fonts/slick.eot diff --git a/publichealth/static/mockup/assets/slick/fonts/slick.svg b/mockup/assets/slick/fonts/slick.svg similarity index 100% rename from publichealth/static/mockup/assets/slick/fonts/slick.svg rename to mockup/assets/slick/fonts/slick.svg diff --git a/publichealth/static/mockup/assets/slick/fonts/slick.ttf b/mockup/assets/slick/fonts/slick.ttf similarity index 100% rename from publichealth/static/mockup/assets/slick/fonts/slick.ttf rename to mockup/assets/slick/fonts/slick.ttf diff --git a/publichealth/static/mockup/assets/slick/fonts/slick.woff b/mockup/assets/slick/fonts/slick.woff similarity index 100% rename from publichealth/static/mockup/assets/slick/fonts/slick.woff rename to mockup/assets/slick/fonts/slick.woff diff --git a/publichealth/static/mockup/assets/slick/slick-theme.css b/mockup/assets/slick/slick-theme.css similarity index 100% rename from publichealth/static/mockup/assets/slick/slick-theme.css rename to mockup/assets/slick/slick-theme.css diff --git a/publichealth/static/mockup/assets/slick/slick-theme.less b/mockup/assets/slick/slick-theme.less similarity index 100% rename from publichealth/static/mockup/assets/slick/slick-theme.less rename to mockup/assets/slick/slick-theme.less diff --git a/publichealth/static/mockup/assets/slick/slick-theme.scss b/mockup/assets/slick/slick-theme.scss similarity index 100% rename from publichealth/static/mockup/assets/slick/slick-theme.scss rename to mockup/assets/slick/slick-theme.scss diff --git a/publichealth/static/mockup/assets/slick/slick.css b/mockup/assets/slick/slick.css similarity index 100% rename from publichealth/static/mockup/assets/slick/slick.css rename to mockup/assets/slick/slick.css diff --git a/publichealth/static/mockup/assets/slick/slick.js b/mockup/assets/slick/slick.js similarity index 100% rename from publichealth/static/mockup/assets/slick/slick.js rename to mockup/assets/slick/slick.js diff --git a/publichealth/static/mockup/assets/slick/slick.less b/mockup/assets/slick/slick.less similarity index 100% rename from publichealth/static/mockup/assets/slick/slick.less rename to mockup/assets/slick/slick.less diff --git a/publichealth/static/mockup/assets/slick/slick.min.js b/mockup/assets/slick/slick.min.js similarity index 100% rename from publichealth/static/mockup/assets/slick/slick.min.js rename to mockup/assets/slick/slick.min.js diff --git a/publichealth/static/mockup/assets/slick/slick.scss b/mockup/assets/slick/slick.scss similarity index 100% rename from publichealth/static/mockup/assets/slick/slick.scss rename to mockup/assets/slick/slick.scss diff --git a/publichealth/static/mockup/images b/mockup/images similarity index 100% rename from publichealth/static/mockup/images rename to mockup/images diff --git a/publichealth/static/mockup/index-compressed.html b/mockup/index-compressed.html similarity index 100% rename from publichealth/static/mockup/index-compressed.html rename to mockup/index-compressed.html diff --git a/publichealth/static/mockup/index.html b/mockup/index.html similarity index 100% rename from publichealth/static/mockup/index.html rename to mockup/index.html diff --git a/publichealth/static/mockup/news-details.html b/mockup/news-details.html similarity index 100% rename from publichealth/static/mockup/news-details.html rename to mockup/news-details.html diff --git a/vagrant/provision.sh b/vagrant/provision.sh index d850800..ef8d48d 100755 --- a/vagrant/provision.sh +++ b/vagrant/provision.sh @@ -54,6 +54,6 @@ cd $PROJECT_DIR npm install -g bower grunt-cli npm install bower install -alias liverun="grunt browser-sync" +alias bower="bower install" EOF