File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
appengine/flexible/drupal8 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ Alternatively, you can use [Drush][4] to change this config setting:
8080
8181` ` ` sh
8282# this command must be run inside the root directory of a drupal project
83- $ cd /path/to/drupal
84- $ /path/to/drush pm-enable config -y
85- $ /path/to/drush config-set system.performance css.preprocess 0
86- $ /path/to/drush config-set system.performance js.preprocess 0
83+ cd /path/to/drupal
84+ /path/to/drush pm-enable config -y
85+ /path/to/drush config-set system.performance css.preprocess 0
86+ /path/to/drush config-set system.performance js.preprocess 0
8787` ` `
8888
8989This will change the values `preprocess` under `css` and `js` to `false`.
@@ -92,4 +92,4 @@ This will change the values `preprocess` under `css` and `js` to `false`.
9292[2] : https://console.cloud.google.com
9393[3] : https://cloud.google.com/sql/docs/getting-started
9494[4] : http://docs.drush.org/en/master/install/
95- [5] : https://www.drupal.org/8/download
95+ [5] : https://www.drupal.org/8/download
You can’t perform that action at this time.
0 commit comments