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

Ruby / Compass Guide Example #2039

Closed
labboy0276 opened this issue Mar 12, 2020 · 0 comments
Closed

Ruby / Compass Guide Example #2039

labboy0276 opened this issue Mar 12, 2020 · 0 comments
Assignees
Labels
good first issue A good first issue for contribution guide A question to be answered in a new Lando guide
Milestone

Comments

@labboy0276
Copy link
Sponsor Contributor

As requested, here is a Lando config file that use ruby, gems, & compass...

name: site
recipe: drupal7
config:
  via: nginx
  php: '7.2'
  xdebug: true
services:
  ruby:
    type: ruby:2.4
    build:
      - gem install compass
tooling:
  gem:
    service: ruby
  ruby:
    service: ruby
  compass:
    service: ruby

@labboy0276 labboy0276 added the guide A question to be answered in a new Lando guide label Mar 12, 2020
@serundeputy serundeputy added the good first issue A good first issue for contribution label Mar 27, 2020
@pirog pirog added this to the 3.0.x-2 milestone May 11, 2020
@pirog pirog closed this as completed May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good first issue for contribution guide A question to be answered in a new Lando guide
Projects
None yet
Development

No branches or pull requests

4 participants