Sha256: b19f46ae4179753750425f84b288f7b47cec56f95fee7ca1bbc9fd9e52256c54

Contents?: true

Size: 801 Bytes

Versions: 1

Compression:

Stored size: 801 Bytes

Contents

middleman-ember-template: with Ember.js  
=======================================

**Template Layout**

	source/
		index.html
		stylesheets/
		images/
		app/
			main.js
			routes.js
			controllers/  foo_controller.js
			views/        foo_view.js
			templates/    foo.handlebars
			models/       foo.js
	vendor/
		javascripts/
		stylesheets/

You may also want to checkout the [Ember.js with Middleman example](https://github.com/GutenYe/example-ember-with-middleman).

Usage
-----

1. Download and install into ~/.middleman/ember (you'll need to create the directory it doesn't already exist)

2.  Initialize a new middleman project with `middleman init my_project --template=ember`

You can read more about project templates on the [Middleman site](http://middlemanapp.com/getting-started/welcome/).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mes-0.1.0 lib/middleman_ember_scaffold/template/README.md