Ticket #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: | ||
| 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
Change History
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.

