andrewdavey / andrewdavey/vogue
Vogue is slow to update the page
- Dominant language
- JavaScript
- Stars
- 267
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Hello.
I am using Vogue on a project with 2 "main" css files, one for base css and another for more specific "inside" css.
Both are compiled using LESS, I have a Interior.less that imports many other "smaller" files with components like "cards" "forms" etc. When I save it will compile and take no longer than half a second compiling, but Vogue wont update my page until after 5 to 15 seconds (its not constant), its like it isnt pooling the changes fast enough.
PS:
If it matters (as in, oh its slower if inside symlinks), I have the "interior" part of the website inside a directory under the root of the main site, and inside of it the "styles" directory where the css files go is symlinked so that the main styles directory and inner styles directory is the exact same:
```
..
- styles (source of symlink)
-- base.css
-- interior.css
index.php
- interior
-- styles (destination symlink)
-- interior.php
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.