Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from allejo/hotfix/dep-updates
Browse files Browse the repository at this point in the history
Update README + file-loader
  • Loading branch information
allejo committed Apr 8, 2018
2 parents a848afa + 856696a commit 9e41241
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ A [Vue.js](https://vuejs.org/) powered website used to generate the skeleton of
The website is built with [Webpack](https://webpack.js.org/) and has npm scripts to build the site for a development environment or for production.

```bash
bash tools/fetchEvents.sh
npm install
npm run fetch-events

# for a production build
npm run build
Expand All @@ -34,10 +34,8 @@ This project makes use of a few separate parts so here's a brief explanation of

All BZFlag API events are generated automatically from BZFlag's [official documentation](https://github.com/BZFlag-Dev/bzflag.org/tree/master/_documentation) repository. The event documentation is not committed directly to this repository and instead is just fetched from the official docs during the deployment process; any changes to the documentation need be made in the official documentation and will be automatically updated on this website the next deployment.

Use the included script to fetch all of the events.

```
bash tools/fetchEvents.sh
```bash
npm run fetch-events
```

### Licenses
Expand Down
67 changes: 63 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "^4.18.2",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"file-loader": "^1.1.11",
"front-matter-loader": "^0.2.0",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.1",
Expand Down

0 comments on commit 9e41241

Please sign in to comment.