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

Converted coffeescript files into JS #575

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tomas-goncalves
Copy link
Contributor

Compiled js files using npm coffeescript pacakge.

Note: This technically makes all javascript files have the same scope as I removed the IIFE that the compiler generated by default

Should solve #541

Compiled js files using npm coffeescript pacakge.
Note: This technically makes all javascript files have the same scope as I removed the IIFE that the compiler generated by default
@DaAwesomeP DaAwesomeP linked an issue Jan 14, 2025 that may be closed by this pull request
@DaAwesomeP
Copy link
Member

We should also remove any Coffeescript related configuration or non-standard packages. I assume assets:precompile is working fine with the drop-in JS files?

@tomas-goncalves
Copy link
Contributor Author

Removed all references to coffee I could find including loaders. Also I tested assets:precompile and it works based on my limited testing

Copy link
Member

@DaAwesomeP DaAwesomeP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but I have not tested it. If the dialogs, dropdowns, etc. all work then I think we are good.

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.

Convert all Coffeescript to JavaScript
2 participants