Skip to content

Commit

Permalink
Merge pull request #9101 from jasongrout/fixwatch2
Browse files Browse the repository at this point in the history
Fix watch mode
  • Loading branch information
jasongrout committed Sep 29, 2020
2 parents 9603ba3 + 6f396a6 commit b4db7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


# The regex for expecting the webpack output.
WEBPACK_EXPECT = re.compile(r'.*/index.out.js')
WEBPACK_EXPECT = re.compile(r'.*theme-light-extension/style/index.css')

# The dev mode directory.
DEV_DIR = osp.abspath(os.path.join(HERE, '..', 'dev_mode'))
Expand Down

0 comments on commit b4db7f0

Please sign in to comment.