Giter Club home page Giter Club logo

Comments (10)

ballPointPenguin avatar ballPointPenguin commented on July 2, 2024

It is not necessary to use the @import statement. The addon works auto-magically when you npm install it such that all the LESS gets preprocessed into your vendor.css and is immediately available. I'm not sure if sourcemaps work though (probably not). But you will get the styles without error if you leave out the @import statement.

from ember-cli-bootstrap.

dustinfarris avatar dustinfarris commented on July 2, 2024

It seems that I don't have access to the various bootstrap LESS components—like mixins—unless I explicitly import bootstrap in my app.less. Is there a better way to make these mixins available to my code?

from ember-cli-bootstrap.

ballPointPenguin avatar ballPointPenguin commented on July 2, 2024

I'm wondering the same. I might stick with importing LESS (or Sass) the "old-fashioned" way for now. Wonder what the addon story is for non-css, non-js assets.

from ember-cli-bootstrap.

linstula avatar linstula commented on July 2, 2024

Sorry for not getting to this issue sooner. I'll try to take some time to look into this as soon as I can.

from ember-cli-bootstrap.

jkatsnelson avatar jkatsnelson commented on July 2, 2024

#14

My PR should address this issue?

from ember-cli-bootstrap.

kbullaughey avatar kbullaughey commented on July 2, 2024

Perhaps this is somewhat off topic, as I'm not importing less but rather using the precompiled css, nonetheless I came across the same 404 error. I solved it by directing the bootstrap.css.map file to my assets directory in my Brocfile.js:

app.import('bower_components/bootstrap/dist/css/bootstrap.css.map', {
  destDir: 'assets'
});

This got rid of the 404 error for me, and as a side benefit, the less shows up in Chrome's developer tools, presumably inferred from the sourcemap.

from ember-cli-bootstrap.

mayatron avatar mayatron commented on July 2, 2024

+1

from ember-cli-bootstrap.

OpenSourceSupporter avatar OpenSourceSupporter commented on July 2, 2024

#2 (comment)

+1

from ember-cli-bootstrap.

balinterdi avatar balinterdi commented on July 2, 2024

@linstula Upgrading to 0.0.12 from 0.0.11 made this go away so I assume this issue might be closed. And thank you!

$ ember --version

version: 0.0.46
node: 0.10.21
npm: 1.4.27

from ember-cli-bootstrap.

timolehto avatar timolehto commented on July 2, 2024

Ty @kbullaughey ! Fixed it for me too with

ember --version
version: 0.1.2-master-f353e3e216
node: 0.10.21
npm: 2.1.7

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.