-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SASS partials are compiled on make #182
Closed
3 tasks done
ajimix opened this issue
Mar 25, 2017
· 4 comments
· May be fixed by electron-userland/electron-compilers#81
Closed
3 tasks done
SASS partials are compiled on make #182
ajimix opened this issue
Mar 25, 2017
· 4 comments
· May be fixed by electron-userland/electron-compilers#81
Labels
blocked/upstream
Issues blocked by upstream bugs
Comments
What happens when you use relative paths for |
I've just tried and the same thing happens |
Any progress on this? |
This issue should be raised upstream at |
3 tasks
dsanders11
pushed a commit
that referenced
this issue
Jan 14, 2023
feat: add an execution toggle to enable advanced electron logging
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe your issue:
When using sass partials
electron-forge start
works properly butelectron-forge make
prints some errors as it seems to try to compile the partials as well as the main files.Note: the make process finish successfully althought the errors appear.
Console output when you run
electron-forge
with the environment variableDEBUG=electron-forge:*
. (Instructions on how to do so here). Please include the stack trace if one exists.What command line arguments are you passing?
This is what I'm running:
What does your
config.forge
data inpackage.json
look like?Default, I haven't changed anything.
Please provide either a failing minimal testcase (with a link to the code) or detailed steps to
reproduce your problem. Using
electron-forge init
is a good starting point, if that is not thesource of your problem.
Here is a fresh project where
electron-forge start
works well butelectron-forge make
prints the error.Thanks for your time
The text was updated successfully, but these errors were encountered: