0.0.3 • Published 11 years ago
ember-cli-static v0.0.3
ember-cli-static
An addon for Ember CLI that precompiles static page content from Markdown and YAML Front Matter.
Installation
Use Ember CLI to install this addon to your app:
$ ember install ember-cli-staticUsage
Generate a static page from within your app:
$ ember generate page TITLECreate a route to the page component:
Router.map(function() {
this.route('page', { path: '/:id' });
});Start your server and browse to http://localhost:4200/TITLE to see your page in action.
Running
To start the development server:
$ makeRunning Tests
To run all QUnit and CasperJS tests:
$ make test