Salvador Gascon
unread,Feb 6, 2012, 1:30:29 PM2/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FubuMVC Development Group
Hi all,
I created an web application (with modules) using FubuMvc, Spark and
Bottles.
In module i have the following file "/Content/Scripts/one.js" file and
the "package manifest file" with this :
...
<ContentFileSet Include="Handlers/*.spark;*.config;Content/*.*;Shared/
*.spark">
<DeepSearch>true</DeepSearch>
</ContentFileSet>
...
I have set "one.asset.config" file :
ordered set jsFiles is
one.js
and added to my spark view this line :
# this.Asset("jsFiles");
${this.WriteScriptTags()}
It works well, but the url path for "one.js" is : "/_content/scripts/
one.js"
How to change to another url path to avoid conflicts with others
modules or where i can find an example?
I tried use or find some example using "alias" or "links", but have
not found any
Any idea or example?
Thanks all.