You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moth is a great tool for me. I'm trying to apply it in my project, and i have use it to render javascript successfully. Unfortunately, When i render my css with Html.RenderCss(), The page looks be bloced.
One more question, If my css and javascript located on another static file server, how can i use moth?
man thanks!
The text was updated successfully, but these errors were encountered:
Do you have a test project that reproduces the blocking RenderCss problem? No one has reported me about this yet.
On the static file server: Moth doesn't support javascript / css file serving from non-filesystem paths. I guess that with a solution like Moth it's no longer necessary to serve javascript / css from your static file server. You may want a seperate cookie less domain, but you can achieve that by just pointing a seperate domain name to the same web server you are currently using and just serving the Moth url's from there. But maybe I'm missing an important case here :-)
For the renderCSS problem. I have tried several times, and I found it would be blocked when I register the jquery ui css file,. I had download the source file and decided to debug it to look what happended.
Moth is a great tool for me. I'm trying to apply it in my project, and i have use it to render javascript successfully. Unfortunately, When i render my css with Html.RenderCss(), The page looks be bloced.
One more question, If my css and javascript located on another static file server, how can i use moth?
man thanks!
The text was updated successfully, but these errors were encountered: