<script>
var require = {
baseUrl: '/assets/js',
urlArgs: 'bust=@MvcApplication.BuildVersion'
}
</script>
bundles.AddPerIndividualFile<ScriptBundle>("assets/js", new FileSearch
{
SearchOption = SearchOption.AllDirectories
});
http://mycoolproject.localhost/cassette.axd/script/dw46zWvJYSO5BVmBloyvI7zMOmc=/assets/js/mycoolscript.js
It is possible to create a class that implements IUrlModifier.Then register it using:public class CustomServices : Cassette.ServicesConfiguration{public CustomServices(){UrlModifierType = typeof(MyHostNamePrepender);}}
--
You received this message because you are subscribed to a topic in the Google Groups "Cassette" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cassette/3oS2sgCubOQ/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to cassette+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.