state sync, many changes:
* separated css/js/rule files to pak file (glorified zip) to reduce full rebuilds * implemented build cache * some frontend UI spiffing up
This commit is contained in:
@@ -6,10 +6,8 @@ a = Analysis(
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[
|
||||
('app/templates', './templates'),
|
||||
('app/rules', './rules'),
|
||||
('static', './static'),
|
||||
('app/rant', './rant'),
|
||||
('app/rant', 'basepak/rant'),
|
||||
('app/rules/schemas', 'basepak/rules/schemas'),
|
||||
('opt', './opt')
|
||||
],
|
||||
hiddenimports=[],
|
||||
|
Reference in New Issue
Block a user