Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipe committed Jan 25, 2022
1 parent 33f04ae commit 062cb99
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 191 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ The solution is to stricly specify which port to use, and match the PHP side to
Image urls within CSS works fine BUT you need to create a symlink on dev server to map to your assets folder. This is an expected limitation as noted on [Vite docs](https://vitejs.dev/guide/backend-integration.html)

The solution is here, adjust the paths and run in terminal:

```
ln -s {path_to_vite}/src/assets {path_to_public_html}/assets
ln -s {path_to_project_source}/src/assets {path_to_public_html}/assets
```

### Tips for multiple entries
Expand Down
Loading

0 comments on commit 062cb99

Please sign in to comment.