Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ember-cli-ted-bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-ted-bootstrap

The default blueprint for ember-cli addons.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
400%
Maintainers
2
Weekly downloads
 
Created
Source

Ember CLI TED Bootstrap

This addon is prepared for internal use by TED and is open-sourced for educational purposes but will not be supported for shared community use.

This addon adds the latest build of TED Bootstrap from S3 to your Ember app's bower.json file, installs it, and imports the associated assets into your build.

This lets you independently update ted-bootstrap by updating the bower.json entry only. This is how other addons in the Ember ecosystem that rely on frontend assets work.

Refer to Bootstrap 3's docs for reference on how to use Bootstrap.

Installation

This is an OSS Ember addon, so install with

ember install ember-cli-ted-bootstrap

If you're upgrading from a pre-1.0 version, make sure to run

ember g ember-cli-ted-bootstrap

to get the associated bower entry added to your bower.json.

Components originally bundled in TED Bootstrap

Previous versions of ember-cli-ted-bootstrap came with three components: <ted-navbar>, <ted-flaps, and <ted-panel>.

  • <ted-navbar> and <ted-flaps> now belong to a separate addon, Ember CLI TED Navs.
  • <ted-panel> is deprecated in favor of Ember Collapsible Panel.

These changes let us maintain and update the separate components more easily, and let developers update components independently, rather than needing to make sure everything in their app related to Bootstrap survives a large single upgrade.

Keywords

ember-addon

FAQs

Package last updated on 07 Apr 2016

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