I have been using Bundles in MVC to pack all script and CSS together which is great but.... Is there any way to include script or css from resources in a shared project library in a Bundle, or does anyone know of something similar to bundles that can do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I would probably start out writing a custom bundle transform class to read the resources you need and return their content and content type:
For production use you probably want to make the That way you can add this bundle to your collection:
|
||||
|
|