remove .coffee extension on compiled version of CoffeeScript files #186
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "davidjbeveridge/requirejs_compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Checkout
From your project repository, check out a new branch and test the changes.