Giter Club home page Giter Club logo

Comments (6)

tka avatar tka commented on June 15, 2024

could you try to set project_path=File.join( File.dirname(__FILE__), "assets", "common" )

from fireapp.

Anahkiasen avatar Anahkiasen commented on June 15, 2024

It worked but when I modified a config option it created a config.rb in assets/common/ instead of modifying the main one.

from fireapp.

hlb avatar hlb commented on June 15, 2024

@Anahkiasen,

Not needed in :stand_alone mode where it can be inferred by context. Sets the path to the root of the project.

– from http://compass-style.org/help/tutorials/configuration-reference/

So you should not use project_path in this case. A sample config:

css_dir = "assets/common/css"
sass_dir = "assets/common/sass"
images_dir = "assets/common/img"
javascripts_dir = "assets/common/js"
fonts_dir = = "assets/common/fonts"

from fireapp.

Anahkiasen avatar Anahkiasen commented on June 15, 2024

Well I'd rather not do that but well, if there's no other solution. Still weirds though, Compass compiles perfectly from Terminal. Also if every folder has to be manually prefixed of assets/common/, FireApp won't find coffeescript on its own, no ?

from fireapp.

hlb avatar hlb commented on June 15, 2024

@Anahkiasen we will try to fix it :-)

from fireapp.

hlb avatar hlb commented on June 15, 2024

Fire.app 1.1 will use the correct config.rb instead of creating a new one when you specify the project path.

from fireapp.

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.