You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
description: "18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves."
sass:
sass_dir: assets/_sass
destination: _site/dashboard
baseurl: /dashboard
#baseurl: localhost:4000
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- deploy
- go
- gulpfile.js
- node_modules
- package.json
- tests
- vendor
# If you would like to pull projects from an api, make sure your API is well structured to match the dashboard and has a `projects` endpoint. Then, use `baseurl` and `host` below with the relevan information about your API and run `./go update_data` This will overwrite your local `projects.json` file.