requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.33k stars 2.69k forks source link

Changes in the components won't work #540

Closed Elzoka closed 6 years ago

Elzoka commented 6 years ago

Actual behavior

The UI still works correctly even when i deleted the whole client folder and rebuilt the app

Expected behavior

The UI should change when i change the Vue components.

Steps to reproduce the behavior

I ran the server, built the UI, started changing the components, restarted the server and rebuild the UI but nothing actually changed (I tried also using the dev server) I even deleted the whole client folder and rebuilt the app but the UI still the same.

Elzoka commented 6 years ago

it was only about google chrome .. it caches the files so the UI don't change on rebundling the components. so i had to clear the cached data every time i change the components.