Skip to content

webfatorial/docker-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

webfatorial/docker-gulp

A Gulp Docker Images. This container execute a gulp [task] in a working folder

Gem packages included

  • SASS
  • SASS CSS Importer
  • Compass
  • Breakpoint

Docker Compose example

watch:
    image: webfatorial/gulp
    volumes:
        - ./:/app
    working_dir: /app
    command: gulp watch

build:
    image: webfatorial/gulp
    volumes:
        - ./:/app
    working_dir: /app
    command: gulp build