Skip to content

linemanjs/lineman-ember-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lineman + Ember

Build Status

A little example that pulls lineman & ember together.

If you haven't already done so, first: install node.js; next, install lineman:

$ npm install -g lineman

To work from this example, just clone into it and run:

$ npm install
$ lineman run

And then visit the page at localhost:8000 to verify that it works.

Running tests

To run the tests, you can do one of two things:

  1. In one terminal run lineman run and (with it still running) run lineman spec, which will launch chrome and an ongoing interactive session with testem.

  2. For a one-shot test run, first have phantomjs installed (brew install phantomjs) and then run lineman spec-ci which will run the tests headlessly

About

Clone this template to get started with Ember using Lineman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published