refactor(assets): remove assets submodule and add them as static files

This commit is contained in:
Benedikt Rötsch
2017-10-27 10:50:06 +02:00
committed by Benedikt Rötsch
parent bc73f3eec7
commit c2297d2e99
33 changed files with 133 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ The Contentful example app, written in JS
## Installation
```bash
git clone --recursive https://github.com/contentful/example-contentful-university-js.git
git clone https://github.com/contentful/example-contentful-university-js.git
```
```bash