Changes between Version 19 and Version 20 of DeveloperGuidelines/Architecture
- Timestamp:
- 04/13/16 20:28:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Architecture
v19 v20 31 31 32 32 === Builds === 33 Since Python is an interpreted language, there isn't a need to do builds when editing Python code on a developer machine. There is a 'comp pile' script for server-based deployments and CSS/JS are minified using their build script:33 Since Python is an interpreted language, there isn't a need to do builds when editing Python code on a developer machine. There is a 'compile' script for server-based deployments and CSS/JS are minified using their build script: 34 34 * DeveloperGuidelines/Minify 35 35 Compile & Builds are quick (<1 min & <5 mins)