Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/websmithcode/docker_gulp_pug_php_tailwind
- Owner: websmithcode
- Created: 2022-02-20T11:41:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T15:21:00.000Z (almost 3 years ago)
- Last Synced: 2023-07-24T23:49:32.074Z (over 1 year ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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