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
It can be done, but it should be done in Bash code, not Ruby. Perhaps:
queue %{
if which -s java;then
npm install -g jcoffeescript
else
npm install -g coffeescript
fi
}
# (Hypothetical example. There isn't a jcoffeescript package, if you're wondering.)
Hi,
I was curious how you would handle the case where conditional code is required, something like
The text was updated successfully, but these errors were encountered: