BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
44d9f52f
Commit
44d9f52f
authored
Apr 09, 2016
by
connorshea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable asset compression in production.
`config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344.
parent
600b94cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG
CHANGELOG
+1
-0
production.rb
config/environments/production.rb
+3
-0
No files found.
CHANGELOG
View file @
44d9f52f
Please view this file on the master branch, on stable branches it's out of date.
Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
v 8.7.0 (unreleased)
- Enable gzip for assets, makes the page size significantly smaller. !3544 / !3632 (Connor Shea)
- Load award emoji images separately unless opening the full picker. Saves several hundred KBs of data for most pages. (Connor Shea)
- Load award emoji images separately unless opening the full picker. Saves several hundred KBs of data for most pages. (Connor Shea)
- All images in discussions and wikis now link to their source files !3464 (Connor Shea).
- All images in discussions and wikis now link to their source files !3464 (Connor Shea).
- Return status code 303 after a branch DELETE operation to avoid project deletion (Stan Hu)
- Return status code 303 after a branch DELETE operation to avoid project deletion (Stan Hu)
...
...
config/environments/production.rb
View file @
44d9f52f
...
@@ -21,6 +21,9 @@ Rails.application.configure do
...
@@ -21,6 +21,9 @@ Rails.application.configure do
# Generate digests for assets URLs
# Generate digests for assets URLs
config
.
assets
.
digest
=
true
config
.
assets
.
digest
=
true
# Enable compression of compiled assets using gzip.
config
.
assets
.
compress
=
true
# Defaults to nil and saved in location specified by config.assets.prefix
# Defaults to nil and saved in location specified by config.assets.prefix
# config.assets.manifest = YOUR_PATH
# config.assets.manifest = YOUR_PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment