Commit 79b6413
committed
chore: remove outdated Sprockets require directives for jQuery
Clean up obsolete comments in application.js that referenced old, externally loaded jQuery files:
- //= require jquery-1.7.1.min
- //= require jquery-ui-1.8.18.custom.min
These files are no longer part of the asset pipeline and are instead loaded directly via CDN in the layout. Leaving these directives was misleading and could cause confusion for future contributors.
This change aligns the comments with the current architecture: jQuery is now a standalone dependency (3.7.1 via CDN), not a compiled asset.
No functional impact — this is purely a documentation and hygiene improvement.1 parent 40b1f80 commit 79b6413
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments