Bug Tracker

Ticket #2469 (closed bug: worksforme)

Opened 9 months ago

Last modified 8 months ago

Bad Path in Speed Test

Reported by: Ingy Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: core
Version: 1.2.3 Keywords:
Cc: Needs: Review

Description

I found that the path to the dist/jquery.js was wrong. Attaching a patch that seems to fix it.

Attachments

jquery-bug-2469.patch (0.5 kB) - added by Ingy 9 months ago.

Change History

Changed 9 months ago by Ingy

Changed 8 months ago by davidserduke

  • status changed from new to closed
  • resolution set to worksforme

Can you give more information about your directory structure?

the current way says "../../dist/jquery.js" and the suggestion is to change to "../dist/jquery.js"

and the file is build/speed/index.html which would put the dist directory in the jquery root (which is where it is on my machine) or the build directory. On my machine, the current way is correct. I'd be curious why you have a dist directory in your build directory. Have you altered your makefile or build.xml?

If you still see a problem feel free to reopen the ticket to correct my interpretation (especially since it is late). :)

Note: See TracTickets for help on using tickets.