Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue #1470: Command line compiler now assumes ".coffee" extension if left off of file names#1522

Merged
jashkenas merged 3 commits into
jashkenas:masterfrom
breckinloggins:fix_1470
Jul 18, 2011
Merged

Issue #1470: Command line compiler now assumes ".coffee" extension if left off of file names#1522
jashkenas merged 3 commits into
jashkenas:masterfrom
breckinloggins:fix_1470

Conversation

@breckinloggins

Copy link
Copy Markdown
Contributor

Does a simple check to see if, when the file doesn't exist, it also doesn't have a ".coffee" extension. If it doesn't, we recursively call compile with the filename + ".coffee" and see if that file exists.

@michaelficarra

Copy link
Copy Markdown
Collaborator

LGTM

jashkenas added a commit that referenced this pull request Jul 18, 2011
Issue #1470: Command line compiler now assumes ".coffee" extension if left off of file names
@jashkenas jashkenas merged commit 37019da into jashkenas:master Jul 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants