Skip to content

Commit 11f09f3

Browse files
committed
Update CONTRIBUTING.md
1 parent c49517c commit 11f09f3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CONTRIBUTING.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Run `composer update` in your laravel project, then `php artisan wink:install`,
3535

3636
Now head to the `wink` directory and run `yarn` to install the frontend dependencies.
3737

38-
If you make changes to Wink's frontend code, run `yarn run dev`.
38+
If you make changes to Wink's frontend code, run `yarn run dev`. By default, `webpack.mix.js` will compile de assets into a laravel project named `winktest`. If your project has a different name, make sure to modify the path on the `webpack.mix.js` file:
3939

40-
Any change you apply should reflect on the test laravel application you setup earlier.
40+
```
41+
.copy('public', '../winktest/public/vendor/wink')
42+
```
43+
```
44+
.copy('public', '../NAME_OF_YOUR_PROJECT_FOLDER/public/vendor/wink')
45+
```
46+
47+
48+
Any change you apply should reflect on the test laravel application you setup earlier.

0 commit comments

Comments
 (0)