Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/websmithcode/docker_gulp_pug_php_tailwind


https://github.com/websmithcode/docker_gulp_pug_php_tailwind

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DockerCompose + Gulp + Php + Pug + Sass + PostCSS + Tailwind

- For start developing - just use `docker-compose up`

In docker compose **node** service in the **command** field available names of scripts in the package.json.
Defaults:
- `serve` - Just serve with node for pug
- `servePHP` - like **serve** but proxy to **php** container for serve rendered php
- `build` - just buld for pug
- `buildPHP` - build with php
- `clear` - clear dist
- `watch` - watch for pug files
- `watchPHP` - watch for pug and php files