Skip to content

No compiled CSS file or error #156

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

Open
etune opened this issue May 4, 2016 · 1 comment
Open

No compiled CSS file or error #156

etune opened this issue May 4, 2016 · 1 comment

Comments

@etune
Copy link

etune commented May 4, 2016

All of the sudden the plugin stopped generating css files. Less is installed and I can manually compile files via command line.

I'm on Windows. The console windows pops up briefly like it normally does, but it doesn't compile the css.

Is there a more verbose way observing what's happening?

@jayhaluska
Copy link

jayhaluska commented Apr 1, 2019

At first check whether you have all prerequisites installed (node.js, less, less-plugin-clean-css) by checking the installed versions with npm.

If that is the case:
I thought I have the same problem as you. Compilation was working; the file just was not put where I thought it would be put. Check the outputDir in your global settings. They seem to override project settings. Somehow project settings do not work for me.

So I had to change the outputDir in Preferences > Project Settings > Less2Css > Settings - User.

Still, this is annoying because I have to change this according to every project I'm working on. If anyone has tips for troubleshooting the problem that project settings are not working, let me know!

PS.: relative path specification like ../css doesn't seem to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants