Hash mark unhinge the file path

Issue #21 new
Balazs Nadasdi created an issue

When I use javascript on my site and of course I use # (hash mark) to handle different contents then tincr tries to load files with hash parameters.

Example:

http://clockwork.dev/ mapped to: /Users/yitsushi/Development/Folyam.info/projects/LaMuse/

When I load index.html then tincr maps to index.html and it is correct.

but

When I load http://clockwork.dev/index.html#/dialer

tincr tries to load /Users/yitsushi/Development/Folyam.info/projects/LaMuse/index.html#/dialer

but it fails because

"Can't open and read file at path /Users/yitsushi/Development/Folyam.info/projects/LaMuse/index.html#/dialer"

When I call it without hash mark:

index.html
URL: /index.html
File Path: /Users/yitsushi/Development/Folyam.info/projects/LaMuse/index.html

When I call with hash mark:

index.html
URL: /index.html#/dialer
File Path: None

I know I can set file path, but for each possible hash-value?

Comments (1)

  1. Ryan Ackley repo owner

    Thanks for this detailed bug report. Should be easy to fix.

    On Sat, Apr 27, 2013 at 5:36 AM, Balazs Nadasdi

  2. Log in to comment