Giter Club home page Giter Club logo

Comments (3)

tylergannon avatar tylergannon commented on August 29, 2024
rack (1.5.2)
rack-test (0.6.2)
  rack (>= 1.0)
rails (4.0.0.beta1)
  actionmailer (= 4.0.0.beta1)
  actionpack (= 4.0.0.beta1)
  activerecord (= 4.0.0.beta1)
  activesupport (= 4.0.0.beta1)
  bundler (>= 1.3.0, < 2.0)
  railties (= 4.0.0.beta1)
  sprockets-rails (~> 2.0.0.rc3)
railties (4.0.0.beta1)
  actionpack (= 4.0.0.beta1)
  activesupport (= 4.0.0.beta1)
  rake (>= 0.8.7)
  rdoc (~> 3.4)
  thor (>= 0.17.0, < 2.0)

from less-rails.

tylergannon avatar tylergannon commented on August 29, 2024

BAH...... It's got to be my problem. Sorry for opening an issue here, I should take my worries to stackoverflow... After opening a vanilla rails4 application I was able to prove that less-rails is working as it claims to. I don't know what my problem is, but at least I can be sure it's me. :)

from less-rails.

tylergannon avatar tylergannon commented on August 29, 2024

It appears to be related to the fact that @import statements in bootstrap's bootstrap.less file expect the resolver to be able to resolve a file in the same subdirectory when the @import argument has just a filename (no extra path details).

Meaning that when I open vendor/assets/twitter/bootstrap/bootstrap.less and replace

@import "variables.less";

with

@import "twitter/bootstrap/variables.less";

Then, everything works. Not sure if you would rather have the resolver be able to find files with a relative path referring to (current directory)?

Thanks again.

from less-rails.

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.