Skip to content

Commit 79b6413

Browse files
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/js/application.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
1111
// about supported directives.
1212
//
13-
//= require jquery-1.7.1.min
14-
//= require jquery-ui-1.8.18.custom.min
1513
//= require jquery.defaultvalue
1614
//= require session.min
1715

0 commit comments

Comments
 (0)