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

How to define sp_bower - binary path undepending of its environment #138

Closed
linslin opened this issue Aug 2, 2016 · 2 comments
Closed

Comments

@linslin
Copy link

linslin commented Aug 2, 2016

I'd like to know how to define sp_bower bin path in config undepending of its enviroment. My node PATHs are configured well.

In that way, "/usr/bin/bower" will only works on UNIX / Ubuntu but not for Windows in my case. So, this works very well on Windows "C:\Users\AppData\Roaming\npm\bower" but it will break the other environments. I also dont want to use symbolic links or a secondary config file only for Windows.

config.yml

sp_bower:
    assetic: false
    install_on_warmup: false
    bin: // BOWER Path 

Thanks in advance!

@linslin
Copy link
Author

linslin commented Aug 2, 2016

Well,... =)

Removing the optional param "bin" in config file works well. Anyway, thanks!

@Spea
Copy link
Owner

Spea commented Aug 3, 2016

:)

@Spea Spea closed this as completed Aug 3, 2016
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