Coder Social home page Coder Social logo

Comments (5)

lavrton avatar lavrton commented on July 21, 2024

Plugin support this. Use compileDir and relativDir in config:

"compileDir" : "/home/user/Projects/some",
"relativeDir": "/home/user/Projects/some/coffee"

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Yup, plugin already supports this! @lavrton is correct.

from sublime-better-coffeescript.

enginespot avatar enginespot commented on July 21, 2024

great, it works

but there is a question , the compileDir and relativeDir is absolute path , but sometimes , when I open a project , maybe my folder name is 'project', then if the config like

"compileDir" : "",
"relativeDir": "src"

or

"compileDir" : "project",
"relativeDir": "project/src"

then in other computer I can reuse the config file

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 21, 2024

You can set "compileDir" and "relativeDir" params inside project file "name.sublime-project". For example:

{
    "folders":
    [
        {
        "path": "/home/lavrton/Projects/slash/develop"
        }
    ],
    "settings": {
        "CoffeeScript": {
            "compileDir" : "/home/lavrton/Projects/slash/develop",
            "relativeDir": "/home/lavrton/Projects/slash/develop/client/scripts"
        }
    },
 "build_systems" :
    [
        {
            "name": "List",
            "cmd": ["ls"]
        }
    ]
}

from sublime-better-coffeescript.

enginespot avatar enginespot commented on July 21, 2024

in this case , the compileDir and also relativeDir is also absolute path, if I move sublime project to other computer , I also need to change the settings

from sublime-better-coffeescript.

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.