We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g.
new DirectorySource<ScriptModule>("Content/Scripts/lib/")
should be the same as
new DirectorySource<ScriptModule>("Content\\Scripts\\lib")
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
Thank you for the great tool :)
No branches or pull requests
e.g.
should be the same as
The text was updated successfully, but these errors were encountered: