Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
5b36225f
Commit
5b36225f
authored
Dec 14, 2018
by
Zac Wood
Browse files
compile assets in production
parent
f1ff3619
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedules/config/environments/production.rb
View file @
5b36225f
...
...
@@ -32,7 +32,10 @@ Rails.application.configure do
# config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed.
config
.
assets
.
compile
=
false
# config.assets.compile = false
config
.
serve_static_assets
=
true
config
.
assets
.
compile
=
true
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
...
...
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