Differences From Artifact [53779583db]:
- File config.lua — part of check-in [25e05466d5] at 2020-12-21 01:08:01 on branch trunk — continued iteration (user: lexi, size: 6264) [annotate] [blame] [check-ins using]
To Artifact [7cb566b503]:
- File config.lua — part of check-in [419d1a1ebe] at 2020-12-22 23:01:30 on branch trunk — milestone (user: lexi, size: 6309) [annotate] [blame] [check-ins using]
38 38 when = os.date(); 39 39 }; 40 40 feat = {}; 41 41 backends = defaultlist('parsav_backends', 'pgsql'); 42 42 braingeniousmode = false; 43 + embeds = { 44 + {'style.css', 'text/css'}; 45 + }; 43 46 } 44 47 if u.ping '.fslckout' or u.ping '_FOSSIL_' then 45 48 if u.ping '_FOSSIL_' then default_os = 'windows' end 46 49 conf.build.branch = u.exec { 'fossil', 'branch', 'current' } 47 50 conf.build.checkout = (u.exec { 'fossil', 'sql',