andrewdavey / andrewdavey/vogue
Vogue is slow to update the page
- Vorherrschende Sprache
- JavaScript
- Sterne
- 267
- Forks
- 36
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.