Move images, copy with Encore

This commit is contained in:
Oliver Davies 2018-03-05 13:05:14 +00:00
parent c00f3acd09
commit e44ca92232
232 changed files with 309 additions and 61 deletions

View file

@ -13,7 +13,7 @@ For the past few weeks Ive been working on a personal side project, based on
{% endblock %}
{% block content %}
![](/assets/images/blog/drupalvm-generate-repo.png)
![](/build/static/images/blog/drupalvm-generate-repo.png)
## What is Drupal VM?
@ -37,7 +37,7 @@ Based on the options passed to it and/or answers that you provide, it generates
Heres an example of it in action:
!['An animated gif showing the interaction process and the resulting config.yml file'](/assets/images/blog/drupalvm-generate-example-2.gif)
!['An animated gif showing the interaction process and the resulting config.yml file'](/build/static/images/blog/drupalvm-generate-example-2.gif)
You can also define options when calling the command and skip any or all questions. Running the following would bypass all of the questions and create a new file with no interaction or additional steps.