Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2469 closed bug (worksforme)

Bad Path in Speed Test

Reported by: Ingy Owned by:
Priority: major Milestone: 1.2.4
Component: core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:

Description

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

Attachments (1)

jquery-bug-2469.patch (563 bytes) - added by Ingy 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Ingy

Attachment: jquery-bug-2469.patch added

comment:1 Changed 15 years ago by davidserduke

Resolution: worksforme
Status: newclosed

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.