GithubHelp home page GithubHelp logo

Comments (3)

metaskills avatar metaskills commented on May 16, 2024

It could be you are just in a special load order case. Rails 3.2.5 has a config.railties_order = [Blog::Engine, :main_app, :all] which might help solve this. See Loading Priority section here. HTH.

from less-rails.

brutuscat avatar brutuscat commented on May 16, 2024

@metaskills I'm having this issue too and for what I know I'm not messing around with the railties order at all... I have to remove the sass-rails gem from Gemfile for this to work...

I also tried several configurations of the railties_order, but none seemed to work... Setting the stylesheet_engine and moving the railties order around.

from less-rails.

metaskills avatar metaskills commented on May 16, 2024

Reading over this again, from what I know with Bundler, gem will load in alpha order. If you are using sass-rails and less-rails, you may have conflicts and L comes before S so the sass-rails gem will win in the gem load order race condition. In this case, I think @wam's recommendation is the best solution. Not sure what I can do code wise but if anyone has any ideas and/or a working patch, lemme know. Thanks!

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.