From 7662b3cc0089fe2502dd5807cf15b8523884b48d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 6 Mar 2017 11:36:51 +0100 Subject: [PATCH] #7 Add a link to the project template --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 044989a..37e272d 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. -- GitLab