Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppcano/ember-app-queryparams
https://github.com/ppcano/ember-app-queryparams
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppcano/ember-app-queryparams
- Owner: ppcano
- Created: 2014-05-27T06:01:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T06:02:09.000Z (over 10 years ago)
- Last Synced: 2024-11-08T17:19:53.372Z (2 months ago)
- Language: JavaScript
- Size: 938 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Demo App
Demo app using [Broccoli](https://github.com/joliss/broccoli) and submodules
# Setup
Ember packages are included as git submodules (providing easier debugging), you must initialize and update submodules.
```sh
git submodule update --init
```# Setup and run broccoli live reloading
- npm install
- `make serve` or `make test` (run the test suite)"broccoli": "0.12.0",
"broccoli": "git://github.com/ppcano/broccoli.git#should-not-stat-dir",