Merge pull request #14 from tech4him1/patch-1

Fix wrong directory for app.js in README
This commit is contained in:
David Calavera 2017-02-25 05:32:54 +01:00 committed by GitHub
commit 140dba19ee
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ npm run build
| |--static // Files in here ends up in the public folder
|--src // Files that will pass through the asset pipeline
| |--css // CSS files in the root of this folder will end up in /css/...
| |--js // app.js will be compiled to /js/app.js with babel
| |--js // app.js will be compiled to /app.js with babel
```
## Basic Concepts