ember-cli-bootstrap
ember-cli-bootstrap copied to clipboard
ember-cli addon for Twitter Bootstrap
A user just confused this addon with `ember-bootstrap`. Would be nice to have the Readme give some direction which maintained addon they could use instead!
Added to a new CLI project ``` version: 0.2.0-beta.1 node: 0.12.0 npm: 2.1.8 ``` and received this error in the console on startup: `Uncaught Error: Cannot call `compile` without the...
ComputedProperty. cacheable is deprecated.
Resolves #39 by including the '.js' file extension when requiring the template compiler. Based on #40.
This resolves #39
I'm pretty new to this, so I'm not sure where this exists. I can't find the source in this repo or in bootstrap_for_ember. When I installed the latest version (0.0.15)...
Nothing fancy, simple installation ``` npm install --save-dev ember-cli-bootstrap ``` And the console shows: ``` Uncaught Error: Unknown template object: function template hb.template (anonymous function) ``` Versions: ``` DEBUG: Ember...
Hey Dockyard, I'm trying to implement ember-cli-bootstrap into an existing ember-cli bower bootstrap project but am getting this error in the browser console: ``` TypeError: Attempting to register an unknown...
I get this warnings in windows after updating from 0.0.5 to 0.0.12 ``` C:\dev\meetup5>ember serve version: 0.1.4 Could not find watchman, falling back to NodeWatcher for file system events Using...