Bug Tracker

Modify

Ticket #2469 (closed bug: worksforme)

Opened 5 years ago

Last modified 5 years ago

Bad Path in Speed Test

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

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 Download (563 bytes) - added by Ingy 5 years ago.

Change History

Changed 5 years ago by Ingy

comment:1 Changed 5 years 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). :)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.