|
Build |
|
|
Building a Web Application means;
All the files processed by the build are registered in Dependency List (@.dep file located at the root of the build directory). Dependency List helps the Application Studio to remember which pages were already compiled and which files are copied to build directory by the previous builds. Build Types Full Build All the pages will be compiled and all the used files will be copied from source directories to the build directory without checking their previous status. It is not recommended to use "Full Build" unless it is really necessary because the full build resets the dependency list which means by the next publish all the files will be seen as brand new and therefore will be put into the publish list. Build Only updated pages are compiled and updated files are copied to the build directory. A page is accepted as updated if:
See Conditional Building of a Project
|