MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

CSS--Cascading Style Sheets  (Mono Support )

Viewed 9599 time(s), 3 post(s) 9/2/2014 3:51:05 PMby Samtg
Samtg

Samtg

9/2/2014 3:51:05 PM
Hi,
     I was trying to link cascading style sheets to webpages in MonoX, and I know it is different according to manual, but could you show me exactly how this is done, or to do this?

-Sam
This content has not been rated yet. 
440 Reputation 38 Total posts
khorvat

khorvat

9/3/2014 7:39:12 AM
Hi,

this is done by using standard ASP.NET principles, so please follow the instructions in one of the following articles:

Adding Bundling and Minification to Web Forms
Bundling and Minification

Regards
Rated 5.00, 1 vote(s). 
15993 Reputation 2214 Total posts
Zoomicon

Zoomicon

9/6/2014 2:57:28 PM

Interesting point from http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification

Note: Unless EnableOptimizations  is true or the debug attribute in the compilation Element  in the Web.config file is set to false, files will not be bundled or minified. Additionally, the .min version of files will not be used,  the full debug versions will be selected. EnableOptimizations  overrides the debug attribute in the compilation Element  in the Web.config file

This content has not been rated yet. 
2793 Reputation 345 Total posts