.ForceRelease() make it possible to have debug set to true?
And if not, if I deploy to a server. Is it important that debug is set to false or will it not work correctly?
The mainpoint of this plugin is to combined files. But im a bit scared to combined all my js files into one. Will they not crash into each other?
When developing it creates alot of files, is it okey to delete the old ones? Or is the best solution not to have debug set to false when developing?
<head>
<link href="_css/MonthOverview.css" rel="stylesheet" type="text/css" />
<link href="_css/Calendar.css" rel="stylesheet" type="text/css" />
<link href="_css/smoothness/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/WebSite/_css/combined/combinedMO_2AFBAC08B6D548616710C5B90CB5291B.css" />
<title></title>
</head>