cburgmer / csscritic

Lightweight CSS regression testing
http://cburgmer.github.io/csscritic
486 stars 19 forks source link

same-origin restrictions ? #61

Closed codestorycooked closed 8 years ago

codestorycooked commented 9 years ago

How to resolve same-origin restrictions on windows as there is no "ln" command. Thanks in advance Kunal

cburgmer commented 9 years ago

I was under the impression that newer Windows versions do support a similar concept. However it's been a while since my last Windows exposure.

On my current project the test cases / style guide is served through a server and so is the CSS Critic runner.

For now can you run a local webserver? Python for example has something simple.

Also, can you make sure that it's not just the RegressionRunner not being in the top level folder?

cburgmer commented 9 years ago

According to http://www.windows7home.net/how-to-create-symbolic-link-in-windows-7/ and other sources this is doable, albeit not obvious.

codestorycooked commented 9 years ago

thanks for your help. My non-angular versions are working fine. The problem is with the angular versions. I will try to work on it today.

Thanks again KD

cburgmer commented 8 years ago

Closing this issue for now as it seems there's nothing more to do. Please re-open if needed!