This file is the concatenation of all CSS that comes from resource dependencies. CSS resources are declared the same way as JavaScript resources; see here for how to declare and use resources. In short, you can have your CSS concatenated to it by adding an embedded resource to your assembly, let's call it style.css, and adding the following to your code:

1
2
3
4
5
6
7
8
open WebSharper
open WebSharper.Core.Resources

type StyleResource() =
    inherit BaseResource("style.css")

[<assembly:Require(typeof<StyleResource>)>]
do ()
By on 10/13/2015 3:53 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper