0.1.2 • Published 8 years ago

ticketfly-ui v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Build Status

Ticketfly UI

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone this repository
  • npm 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

  • ember build

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.
    • @import 'settings';

For more information on using ember-cli, visit http://www.ember-cli.com/.