0.1.3 • Published 7 years ago

fs-branding v0.1.3

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

Fs-branding

An addon that holds the styles & assets for frontside open source ember addons.

Installation

ember install fs-branding

In your ember-cli-build.js you have to specifically enable the assets:

fsBranding: {
  enableAssets: true
}

Then you need to include the basic structure in your application.hbs:

<div class="page-content-border">
  <div class="page-content">
    {{outlet}}
  </div>
</div>

This addon includes bootstrap v4 automatically. So you can use all of the CSS from bootstrap 4.

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

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

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago