Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions appengine/flexible/drupal8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ Alternatively, you can use [Drush][4] to change this config setting:

```sh
# this command must be run inside the root directory of a drupal project
$ cd /path/to/drupal
$ /path/to/drush pm-enable config -y
$ /path/to/drush config-set system.performance css.preprocess 0
$ /path/to/drush config-set system.performance js.preprocess 0
cd /path/to/drupal
/path/to/drush pm-enable config -y
/path/to/drush config-set system.performance css.preprocess 0
/path/to/drush config-set system.performance js.preprocess 0
```

This will change the values `preprocess` under `css` and `js` to `false`.
Expand All @@ -92,4 +92,4 @@ This will change the values `preprocess` under `css` and `js` to `false`.
[2]: https://console.cloud.google.com
[3]: https://cloud.google.com/sql/docs/getting-started
[4]: http://docs.drush.org/en/master/install/
[5]: https://www.drupal.org/8/download
[5]: https://www.drupal.org/8/download