Skip to content

Commit

Permalink
new structure updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Mar 19, 2012
1 parent f10c889 commit c4fcb7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Expand Up @@ -101,17 +101,23 @@ you may want to create a separate `plugins` folder inside `assets/js`.
```
.
├── app
│   ├── index.js
│   ├── config.js
│   ├── main.js
│   ├── modules
│   ├── namespace.js
│   └── templates
├── assets
│   ├── css
│   ├── img
│   └── js
│   ├── libs
│   └── plugins
├── build
├── favicon.ico
├── index.html
└── test
├── jasmine
└── qunit
```

## Modules ##
Expand Down

0 comments on commit c4fcb7d

Please sign in to comment.