stylz.css?blarg71 -> stylz.css

The cachebuster query strings break in-browser development and mean I have to hunt for my js file every time Drupal clears the CSS/JS cache.

Really, I would rather this were in core so I could $conf['css_js_query_strings'] = FALSE; and then never think about it again but there is not a lot of movement on the issue there and that patch is harder to write and I don't want to have to figure out how to do this in D8.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Reuben Unruh created an issue. See original summary.

Reuben Unruh’s picture

Issue summary: View changes
Reuben Unruh’s picture

Status: Active » Needs review
FileSize
2.26 KB
Reuben Unruh’s picture

For D7, this works so maybe never mind:

$conf = array(
  'css_js_query_string' => '',
);
apaderno’s picture

Component: Feature Request » Code