Changes between Version 19 and Version 20 of DeveloperGuidelines/Architecture


Ignore:
Timestamp:
04/13/16 20:28:13 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Architecture

    v19 v20  
    3131
    3232=== 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 'comppile' script for server-based deployments and CSS/JS are minified using their build script:
     33Since 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:
    3434* DeveloperGuidelines/Minify
    3535Compile & Builds are quick (<1 min & <5 mins)