Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save js file in current dir with default setting on compile command #26

Closed
mhmdadamov opened this issue Mar 8, 2013 · 3 comments
Closed

Comments

@mhmdadamov
Copy link

Hi. It seems that plugin is not working as it should with default setting. It must generate js file on compile in current dir. Have solution:

replace CoffeeScript.py line 84:

args = ['-c', self.view.file_name()]

with

args = ['-c', os.path.split(self.view.file_name())[1]]

windows 7 x86, coffee-script@1.6.1, sublime text 2.01.2217, sublime-better-coffeescript version 0.6.31 (2013-01-26)

@aponxi aponxi closed this as completed in 7ef12b5 Mar 8, 2013
@aponxi
Copy link
Collaborator

aponxi commented Mar 8, 2013

Thank you, I just patched it up. Let me know if there are any other problems :)

aponxi pushed a commit that referenced this issue Mar 15, 2013
This was changed in #26
@aponxi
Copy link
Collaborator

aponxi commented Mar 15, 2013

Caused some issues I think, reverted.

@aponxi aponxi reopened this Mar 15, 2013
@aponxi
Copy link
Collaborator

aponxi commented May 26, 2013

Re-Open if it still continues.

@aponxi aponxi closed this as completed May 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants