fix path for Webpack hook documentation
flag=none test plan: - N/A Change-Id: I1632717299c7c7d3c1a6e9f133e8d53fb6bfc759 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/320629 Reviewed-by: Michael Hulse <michael.hulse@instructure.com> Reviewed-by: Charley Kline <ckline@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Charley Kline <ckline@instructure.com> Product-Review: Charley Kline <ckline@instructure.com>
This commit is contained in:
parent
2f89253086
commit
a19dfa398a
|
@ -87,9 +87,10 @@ If you use macOS, you can setup system notifications for when the Webpack build
|
|||
starts and ends so that you don't have to constantly watch the terminal for it.
|
||||
|
||||
To do so, add the following to your .bashrc or .zshrc:
|
||||
|
||||
```
|
||||
export ENABLE_CANVAS_WEBPACK_HOOKS=1
|
||||
source ~/canvas-lms/frontend_build/webpackHooks/macNotifications.sh
|
||||
source ~/canvas-lms/ui-build/webpack/webpackHooks/macNotifications.sh
|
||||
```
|
||||
|
||||
`macNotifications.sh` simply defines some shell variables that Webpack will use
|
||||
|
|
Loading…
Reference in New Issue