TMS Web Core - Obtain HTML and JS Files to install in server

Sorry...

Another thing that i do not understand is this...

In my project the main page is uMmain.pas ( and uMmain.dfm).

It contains one TMSFNCRibbon control with ToolBars, etc...

When i build the project with Release mode the .htm generated of this main page is this:

<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title>TMS Web Project</title>
    <style>
    </style>
  </head>
  <body>
  </body>
</html>

This s the same case of all my forms... All forms are generated like this... All with only 1 KB

Attach image...

?