Skip to content

Commit

Permalink
Merge pull request #1 from fishtown-analytics/master
Browse files Browse the repository at this point in the history
Merge fishtown master into fork
  • Loading branch information
Joel Labes authored Jan 4, 2021
2 parents 0f18f01 + 97570c5 commit 3f7f131
Show file tree
Hide file tree
Showing 8 changed files with 29,066 additions and 7,822 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ tmp
env/
.tmp/
dist/
yarn-error.log
.sass-cache/
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## dbt 0.19.0 (Release TBD)
- Fixed issue where data tests with tags were not showing up in graph viz ([docs#147](https://github.com/fishtown-analytics/dbt-docs/issues/147), [docs#156](https://github.com/fishtown-analytics/dbt-docs/pull/156))
- Clean up development dependencies and docs, fix package installation issue ([docs#164](https://github.com/fishtown-analytics/dbt-docs/issues/164), [docs#165](https://github.com/fishtown-analytics/dbt-docs/pull/165))

## dbt 0.19.0b1 (October 20, 2020)
- Add select/deselect option in DAG view dropups. ([docs#98](https://github.com/fishtown-analytics/dbt-docs/issues/98), [docs#138](https://github.com/fishtown-analytics/dbt-docs/pull/138))
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ After cloning this repository, run:
git submodule update --init --recursive
```

Then, install yarn and webpack.

```bash
npm install -g yarn webpack webpack-cli
```

You'll also need to install bundler if you don't already have it:
```bash
gem install bundler
Expand All @@ -58,14 +52,14 @@ cd -
To build an index.html file:

```bash
yarn install
webpack
npm install
npx webpack
```

To run the dev server, first copy your `manifest.json` and `catalog.json` files to
the `src/` directory. Then run:

```bash
yarn install
npm install
npm start
```
7 changes: 0 additions & 7 deletions build.sh

This file was deleted.

Loading

0 comments on commit 3f7f131

Please sign in to comment.