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 10674 time(s), 3 post(s) 02.09.2014 15:51:05by Samtg
Samtg

Samtg

02.09.2014 15:51:05
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
Dieser Inhalt wurde noch nicht bewertet. 
440 Reputation 38 Total posts
khorvat

khorvat

03.09.2014 07:39:12
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
Bewertet mit 5,00, 1 Besucher. 
15993 Reputation 2214 Total posts
Zoomicon

Zoomicon

06.09.2014 14:57:28

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

Dieser Inhalt wurde noch nicht bewertet. 
2793 Reputation 345 Total posts