Skip to content

Commit

Permalink
Merge pull request #90 from openeuropa/89-fix-drupal7-installations
Browse files Browse the repository at this point in the history
Issue #89: Make sure it works with Drupal 7 and 8.
  • Loading branch information
drupol authored Dec 6, 2018
2 parents 8ed40cf + 437dcff commit 7d452e8
Show file tree
Hide file tree
Showing 11 changed files with 613 additions and 395 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Editor configuration normalization
# Drupal editor configuration normalization
# @see http://editorconfig.org/

# This is the top-most .editorconfig file; do not search in parent directories.
Expand All @@ -8,7 +8,10 @@ root = true
[*]
end_of_line = LF
indent_style = space
indent_size = 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[composer.{json,lock}]
indent_size = 4
1 change: 1 addition & 0 deletions config/commands/drupal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
command:
drupal:
options:
core: ${drupal.core}
root: ${drupal.root}
base-url: ${drupal.base_url}
site-install:
Expand Down
1 change: 1 addition & 0 deletions config/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runner:
# Value of "drupal.root_absolute" is derived at runtime.
# @see OpenEuropa\TaskRunner\Commands\DrupalCommands::setRuntimeConfig()
drupal:
core: 8
root: "build"
root_absolute: ~
base_url: "http://127.0.0.1:8888"
Expand Down
Loading

0 comments on commit 7d452e8

Please sign in to comment.