Sign inSign up

portlandwebworks/drupal-theme-dev

By portlandwebworks

•Updated over 10 years ago

A theme development image configured for Drupal themes.

Image
0

2.4K

portlandwebworks/drupal-theme-dev repository overview

⁠Drupal Theme Dev

⁠Overview

A theme development image configured for Drupal themes.

⁠Usage

Mount the theme directory to /var/theme. The following files are required:

  • A styles.scss file must be present inside a scss or sass directory.
  • A scripts.js file must be present inside an es directory.

Supports SCSS and ES6 syntax.

⁠Compose

project-compass:
  image: portlandwebworks/drupal-theme-dev
  volumes:
    - path/to/theme:/var/theme

⁠Run

docker run -d -v path/to/theme:/var/theme portlandwebworks/drupal-theme-dev

Tag summary

Content type

Image

Digest

Size

173.9 MB

Last updated

over 10 years ago

docker pull portlandwebworks/drupal-theme-dev