Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashm/ember-middleman-template
An EmberJs Starter Template With Middleman
https://github.com/arashm/ember-middleman-template
Last synced: 7 days ago
JSON representation
An EmberJs Starter Template With Middleman
- Host: GitHub
- URL: https://github.com/arashm/ember-middleman-template
- Owner: arashm
- License: mit
- Created: 2013-11-13T14:57:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T11:18:48.000Z (over 10 years ago)
- Last Synced: 2024-04-16T06:17:23.479Z (7 months ago)
- Language: CSS
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ember-middleman-template
========================An EmberJs Starter Template With Middleman
What it does
============
- Precompile Js/CSS and templates
- Supports coffeescript
- Uses livereload to reload the pageSimple & straitforward
How-To
======
First install dependencies:```bash
bundle install
```To run the server type:
```bash
bundle exec middleman server
```