You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
First time you run this app all works fine.
Now close the app (cmd+Q) and edit the file stylesheets/css1.less changing
the color from blue to red. Now rerun the app (npm start) and the color of Hello World! is not changed.
If I import all .less files in index.html separately, all is fine.
What did I do wrong? May be a bug?
The text was updated successfully, but these errors were encountered:
pioz
changed the title
Edit a .less file do not effect
Edit a .less file do not take effect
Jul 19, 2017
This appears to be a problem with watched files. The cache doesn't properly check dependent files. I'm struggling through this for jade templates, currently.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've prepare this repo to show my problem https://github.com/pioz/electron-prebuilt-compile-issue
You can install and run with
First time you run this app all works fine.
Now close the app (
cmd+Q
) and edit the filestylesheets/css1.less
changingthe color from blue to red. Now rerun the app (
npm start
) and the color ofHello World! is not changed.
If I import all
.less
files inindex.html
separately, all is fine.What did I do wrong? May be a bug?
The text was updated successfully, but these errors were encountered: