Ticketfly UI
This README outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm install
bower install
Running
Running Tests
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
Usage in Ticketfly Apps
- In
package.json
add "ticketfly-ui": "Ticketfly/ticketfly-ui#v0.0.9"
as one of the devDependencies - In
app/styles/app.scss
add the following:
@import "ticketfly-ui/colors";
@import "ticketfly-ui/ticketfly-ui";
- If you need to override any foundation defaults that ticketfly-ui doesn't already do, include a
_settings.scss
file in app/styles
and import this in the above as well.
For more information on using ember-cli, visit http://www.ember-cli.com/.