remove .coffee extension on compiled version of CoffeeScript files #186

Open
davidjbeveridge wants to merge 1 commits from davidjbeveridge/requirejs_compat into master
davidjbeveridge commented 2013-08-26 03:06:00 +00:00 (Migrated from github.com)

When compiled, CoffeeScript files had names like "my_lib.coffee.js". This
broke compatibility with RequireJS. Changing the naming convention to use
only the .js extension allows files to be used as RequireJS modules.

When compiled, CoffeeScript files had names like "my_lib.coffee.js". This broke compatibility with RequireJS. Changing the naming convention to use only the .js extension allows files to be used as RequireJS modules.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin davidjbeveridge/requirejs_compat:davidjbeveridge/requirejs_compat
git checkout davidjbeveridge/requirejs_compat
Sign in to join this conversation.
No reviewers
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#186
No description provided.