fiogf49gjkf0d Jacob:
Not sure of exactly why your changes were not taking, but just to expand a bit on what you are doing:
- Build Interfaces is a Partial Build of only components that are Data Related (e.g. Entities and Relationships). You do this within App Architect so that your Entity Changes are available when coding.
- Build Web Platform is a full build, and will include a Build Interfaces
- Hoding the Control key while Executing a Build does a "Rebuild". A Rebuild will Clean the Target and Make sure all the files generated are new. Otherwise the system only builds the areas that it has marked as having pending changes.
- Now, not all the Items are touched by the Build (or Rebuild) Process. Most Items that are added into the Support Files folder are just copied AS IS during Deployment (exception would be Javascripts that are minified). Most CSS files are just located under the Support Files folder (within the CSS subfolder) and as such are just copied onto the Deployment folder.
Now, when doing a Deployment, I have found out that it does compare files by Date, so if you have made changes on your files on the Target site, it will not overwrite them during Deployment if the files have modified since (I believe that I have seen this behavior change among different versions) |