https://github.com/stephane-klein/docker-gulp-lesscss
Docker + Gulp + LessCSS
https://github.com/stephane-klein/docker-gulp-lesscss
gulp lesscss sample-code
Last synced: about 1 month ago
JSON representation
Docker + Gulp + LessCSS
- Host: GitHub
- URL: https://github.com/stephane-klein/docker-gulp-lesscss
- Owner: stephane-klein
- Created: 2019-04-03T10:43:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T11:18:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T16:09:56.686Z (about 1 year ago)
- Topics: gulp, lesscss, sample-code
- Language: HTML
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker + Gulp + LessCSS
This is a LessCSS builder example based on:
- NodesJS
- Gulp 4
- [less](https://github.com/less/less.js)
- [autoprefixer](https://github.com/postcss/autoprefixer)
- [clean-css](https://github.com/jakubpawlowicz/clean-css)
- [normalize.css](https://necolas.github.io/normalize.css/)
All this stuff are executed in Docker container.
## Prerequisites
- [Docker Engine](https://docs.docker.com/engine/) (tested with version `18.09.2`)
- [Docker Compose](https://docs.docker.com/compose/) (tested with version `1.23.2`)
On *macOS* you can install prerequisites with [Brew](https://brew.sh/index_fr):
## Usage
Install NodeJS packages:
```sh
$ ./scripts/install.sh
```
Build `styles/main.less` to `static/css/`:
```sh
$ ./scripts/less.sh
```
Turn on watching:
```
$ ./scripts/watch.sh
```