Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 43f2b5e

Browse files
committed
🚨 Serve css locally.
1 parent dec3e11 commit 43f2b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/IntegrationTests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def tearDown(s):
5252
def startServer(s, dash, **kwargs):
5353
def run():
5454
dash.scripts.config.serve_locally = True
55+
dash.css.config.serve_locally = True
5556
kws = dict(
5657
port=8050,
5758
debug=False,

0 commit comments

Comments
 (0)