Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize File System Module Source paths #39

Closed
andrewdavey opened this issue Aug 31, 2011 · 3 comments
Closed

Normalize File System Module Source paths #39

andrewdavey opened this issue Aug 31, 2011 · 3 comments

Comments

@andrewdavey
Copy link
Owner

e.g.

new DirectorySource<ScriptModule>("Content/Scripts/lib/")

should be the same as

new DirectorySource<ScriptModule>("Content\\Scripts\\lib")
@etishor
Copy link

etishor commented Aug 31, 2011

You might also be interested in the first problem i describe here.I think Normalizing should also be done for paths in module.txt files.

@andrewdavey
Copy link
Owner Author

Thanks for the blog post - it's great to see Cassette getting picked up by people!

I'll be sure to test and fix the module.txt path problem as well.

I've created an issue for the IIS6 problem here #40

@etishor
Copy link

etishor commented Aug 31, 2011

Thank you for the great tool :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants