Skip to content

stephane-klein/docker-gulp-lesscss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker + Gulp + LessCSS

This is a LessCSS builder example based on:

All this stuff are executed in Docker container.

Prerequisites

On macOS you can install prerequisites with Brew:

Usage

Install NodeJS packages:

$ ./scripts/install.sh

Build styles/main.less to static/css/:

$ ./scripts/less.sh

Turn on watching:

$ ./scripts/watch.sh