Skip to content
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

composer config-build breaks autoloading #1

Closed
graste opened this issue Sep 7, 2015 · 4 comments
Closed

composer config-build breaks autoloading #1

graste opened this issue Sep 7, 2015 · 4 comments
Labels

Comments

@graste
Copy link
Member

graste commented Sep 7, 2015

After running composer config-build I can't run composer test successfully as the autoloading doesn't work then. This autoloading error seems to happen always after running config-build. I suspect the ConfigurationHandler::makeAutoload() method might be the problem, but didn't investigate further.

@graste graste added the bug label Sep 7, 2015
@MrHash
Copy link
Contributor

MrHash commented Sep 7, 2015

I think I came across a bug previously which had a similar problem. Could you check that this is not the cause?

@graste
Copy link
Member Author

graste commented Sep 7, 2015

Will have a look, but I think my dependencies were up-to-date.

@graste
Copy link
Member Author

graste commented Sep 8, 2015

MrHash suggested to change the ConfigurationHandler method to https://gist.github.com/MrHash/c82f11e51d51bb34cf45 – seems to work in my working copy as it fixes the problem.

@MrHash
Copy link
Contributor

MrHash commented Sep 8, 2015

Fixed in 5a5f657

@MrHash MrHash closed this as completed Sep 8, 2015
graste added a commit that referenced this issue Jul 4, 2019
e.g. when switching from one sass compiler to another one in
different environments. Switching from (discontinued) ruby sass
which is the current default to the e.g. node sass can be done
by setting sass.cmd_tpl to "#1 #2 #3 #4 #5 #6".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants