Skip to content
Snippets Groups Projects
Commit 7662b3cc authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Add a link to the project template

parent b31f0e4c
No related branches found
No related tags found
No related merge requests found
...@@ -265,3 +265,7 @@ Gulp by default will run the tasks `fonts`, `js` and `css` which are described i ...@@ -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 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. `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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment