Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Minifying pipeline doesn't work

Started by Muut Archive 10 years ago · 1 replies · 457 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 2290 9 years ago
Archive · by Muut Archive, 9 years ago
2 1506 9 years ago
Archive · by Muut Archive, 9 years ago
2 4757 9 years ago
Archive · by Muut Archive, 9 years ago
1 3572 9 years ago
Archive · by Muut Archive, 9 years ago
3 1631 9 years ago