Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Minifying pipeline doesn't work

Started by Muut Archive 10 years ago · 1 replies · 384 views
10 years ago

I've added the minifying pipeline in the user/config/system.yaml
assets: # Configuration for Assets Manager (JS, CSS)
css_pipeline: false # The CSS pipeline is the unification of multiple CSS resources into one file
css_minify: true # Minify the CSS during pipelining
css_rewrite: true # Rewrite any CSS relative URLs during pipelining
js_pipeline: false # The JS pipeline is the unification of multiple JS resources into one file
js_minify: true # Minify the JS during pipelining

It does nothing. What else do I have to configure for this to work?

10 years ago

I figured out why. I need to set the pipeline-vars to "true". Only then the other features get activated.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1361 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1123 9 years ago