Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ watch
Method
watch
dash/development/build_process.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
@job(
"build the renderer in dev mode"
)
69
def
watch(self):
70
os.chdir(self.main)
71
os.system(
"npm run build:dev"
)
72
73
@job(
"run the whole building process in sequence"
)
74
def
build(self, build=None):
Callers
1
enable_dev_tools
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected