Giter Club home page Giter Club logo

Comments (5)

Genkilabs avatar Genkilabs commented on July 2, 2024

+1 This now breaks similarly in the production release of Ember 1.9.0

from ember-cli-bootstrap.

kenips avatar kenips commented on July 2, 2024

Give this a try: https://github.com/kenips/bootstrap-for-ember/releases/tag/0.8.2. You'll have to update the copy inside node_modules/ember-cli-bootstrap/bower_components no your apps's bower_components

This is not a long term solution though so I'm not going to issue a PR against this. Upstream already has this tracked but will see if it ever gets fixed.

from ember-cli-bootstrap.

kriswill avatar kriswill commented on July 2, 2024

the ember-addons/bootstrap-for-ember project has been deprecated. apparently, they are working on a new set of projects here: indexiatech/ember-components. But, that project looks like it's in heavy churn mode, and not compatible with this project at all.

YAY 😕

from ember-cli-bootstrap.

Genkilabs avatar Genkilabs commented on July 2, 2024

Well, for those googling, until this project is owned or another is created, if you just want bootstrap to run in Ember-CLI do something like:
bower install --save bootstrap

and in Brocfile.js

  // BOOTSTRAP manual install
  app.import('bower_components/bootstrap/dist/css/bootstrap.css');
  app.import('bower_components/bootstrap/dist/css/bootstrap.css.map', { destDir: 'assets' });
  app.import('bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot', { destDir: 'fonts' });
  app.import('bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf', { destDir: 'fonts' });
  app.import('bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg', { destDir: 'fonts' });
  app.import('bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff', { destDir: 'fonts' });
  app.import('bower_components/bootstrap/dist/js/bootstrap.js');

from ember-cli-bootstrap.

locks avatar locks commented on July 2, 2024

@Genkilabs I just ran bower install --save bootstrap but it doesn't come with a dist folder, what now?

[edit] nvm, I nuked everything and it seems to be working.

from ember-cli-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.