Skip to content

3box threads #2146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- docker-compose logs alchemy || true
# run integration tests
- npm run test:integration:headless
- npm run report-coverage
# get some diagnostic info fo debugging travis
- echo 'Debug info:' && echo -en 'travis_fold:start:script.3\\r'
- npm run service-status
Expand Down
4 changes: 0 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"NETWORK": {
"required": true,
"value": "rinkeby"
},
"DISQUS_SITE": {
"required": true,
"value": "daostack-alchemy-staging"
}
},
"formation": {
Expand Down
3 changes: 1 addition & 2 deletions docs/4devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Alchemy uses a number of environment variables to determine how the app is built
These are:
```
BASE_URL: "http://127.0.0.1:3000"
DISQUS_SITE: "daostack-alchemy"
NODE_ENV: "development"
```

Expand Down Expand Up @@ -52,4 +51,4 @@ Translation files location is under `src/assets/locales/`. After adding your tex
i18next.t("My text key"")}
```
- Use global variables for styling. See `src/assets/styles/global-variables.scss`.
We aim to stick to a uniform variables palette so add a new one only if it's necessary.
We aim to stick to a uniform variables palette so add a new one only if it's necessary.
Loading