You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ember-cli-bourbon

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-bourbon

Include boubon in an ember-cli app

1.0.1
Source
npm
Version published
Maintainers
2
Created
Source

ember-cli-bourbon

Include bourbon in an ember-cli app.

When the addon is installed, it will add bourbon as a bower dependency.

Dependencies

Your project should already be set up to handle sass/scss builds. If you're not, do so by running:

npm install broccoli-sass --save-dev

Usage

In your ember-cli (>= 0.1.1) project, run:

npm install ember-cli-bourbon --save-dev
ember g ember-cli-bourbon

The generator will create an app.scss with the sole contents being:

@import "bourbon";

If you already have content in your app.scss, you can just choose "n" and add that line to the top of app.scss yourself.

Developing this Addon

  • ember server
  • Visit the dummy app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

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

Keywords

ember-addon

FAQs

Package last updated on 08 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts