diff --git a/README.md b/README.md index 044989a01a3e64574435bdc1946ed959518b7638..37e272d9ac85644ec33d792d1455e0556b9c6866 100644 --- a/README.md +++ b/README.md @@ -265,3 +265,7 @@ Gulp by default will run the tasks `fonts`, `js` and `css` which are described i `gulp css` will compile your sass files into css once. When adding the argument `--env production` then the output will be optimized for production environments, otherwise the output will be optimized for development. `gulp watch` wiwll start a process that monitors your sass directory and automatically calls the css compilation when ever one or more files have changed. + +# Examples + +This template is embedded in our [D8 Project Template](/lakedrops/d8-project) and looking into the composer.json there shows you all the options in action.