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:
80
80
81
81
` ` ` sh
82
82
# 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
87
87
` ` `
88
88
89
89
This 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`.
92
92
[2] : https://console.cloud.google.com
93
93
[3] : https://cloud.google.com/sql/docs/getting-started
94
94
[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