linstula / ember-cli-bootstrap

ember-cli addon for Twitter Bootstrap
37 stars 20 forks source link

How to import Bootstrap as module #21

Closed eccegordo closed 9 years ago

eccegordo commented 10 years ago

I get errors like this

pods/foo/controller.js: line 88, col 7, 'Bootstrap' is not defined.

Not sure how to import the Bootstrap as a module in ember cli

import Bootstrap from '/vendor/bootstrap/dist/js/bootstrap';

Any pointers?

SirZach commented 10 years ago

It seems that you can simply reference Bootstrap as a global variable. I'm not sure how to do the correct import myself but add Bootstrap to your jshint file and unblock yourself until there's documentation on how to import.