We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb92e63 commit 07d2b6eCopy full SHA for 07d2b6e
packages/uikit-workshop/.github/CONTRIBUTING.md
@@ -19,11 +19,11 @@ The best way to make changes to this repo and test them is through your existing
19
20
To make changes **always edit files in `src/`**. To make sure that these changes are reflected in the front-end and `dist/` folder run the following:
21
22
- gulp --copy-dist=../../../public
+ npm run build
23
24
To watch for changes you can use:
25
26
- gulp --watch --copy-dist=../../../public
+ npm run watch
27
28
At this point changes to the static assets should compile to the correct locations in the project as well as `dist/`.
29
0 commit comments