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

Move Bootstrap & TinyMCE File Copying Logic to assets:precompile #980

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

Conversation

aaronskiba
Copy link
Collaborator

Fixes #956

Changes proposed in this PR:

  • This commit moves the logic for copying Bootstrap glyphicons and TinyMCE skins to the public directory from the assets.rb initializer to a dedicated Rake task. The new task, assets:copy_assets, is invoked as part of the assets:precompile process. This change ensures that the file copying logic is only executed during the assets precompilation process, which prevents redundant copying of these files.

This commit moves the logic for copying Bootstrap glyphicons and TinyMCE skins to the public directory from the assets.rb initializer to a dedicated Rake task. The new task, `assets:copy_assets`, is invoked as part of the `assets:precompile` process. This change ensures that the file copying logic is only executed during the assets precompilation process, which prevents redundant copying of these files.
@aaronskiba aaronskiba changed the title Move Bootstrap & TinyMCE file Copying Logic to assets:precompile Move Bootstrap & TinyMCE File Copying Logic to assets:precompile Jan 3, 2025
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.

1 participant