Commit 02310016 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve config/application.rb

parent 91d35b83
......@@ -137,7 +137,6 @@ module Gitlab
config.assets.precompile << "icons.json"
config.assets.precompile << "illustrations/*.svg"
<<<<<<< HEAD
## EE-specific assets config START
%w[images javascripts stylesheets].each do |path|
config.assets.paths << "#{config.root}/ee/app/assets/#{path}"
......@@ -152,8 +151,6 @@ module Gitlab
config.assets.precompile << LOOSE_EE_APP_ASSETS
## EE-specific assets config END
=======
>>>>>>> upstream/master
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment