Skip to content

Commit c419412

Browse files
committed
PP-2247 - minifying CSS and JS on build to improve pageload
1 parent 6372558 commit c419412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
# Build-specific configuration
4444
configure :build do
4545
# Minify CSS on build
46-
# activate :minify_css
46+
activate :minify_css
4747

4848
# Minify Javascript on build
49-
# activate :minify_javascript
49+
activate :minify_javascript
5050
end
5151

5252
# Override generated asset path to remove the long explicit vendor paths

0 commit comments

Comments
 (0)