Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.49 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.49 KB

Supported tags and respective Dockerfile links

This image is updated via pull requests to the INsReady/docker-zen-subtheming GitHub repo.

What is image for?

This is image contains a set of necessary tools of subtheming for Drupal Zen theme. By using this image, you can quickly get all tools with right version to work with Zen theme. Moreover, you don't have to install the tools on your computer anymore, which will make your computer cleaner.

How to use this image?

  • If you are using Zen 7.x-6.x, you should use this image with 'latest' or 'node' tag, then please follow Containerize Zen Style-guide Driven Development
  • If you are using Zen 7.x-5.x, then simply navigate to your subtheme folder in your terminal, then execute
$ docker run --rm -v "$PWD":/usr/src/app insready/zen-subtheming:ruby compass watch

For some people, if you want the generated CSS file to be automatically uploaded to your remote server, please see this configuration in your config.rb Using Sass & Compass to remotely manage CSS in Drupal themes