Commit 04502c06 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in config/application.rb

parent 160e5b5d
......@@ -166,7 +166,6 @@ module Gitlab
config.assets.paths << "#{config.root}/node_modules/xterm/src/"
config.assets.precompile << "xterm.css"
<<<<<<< HEAD
## EE-specific assets config START
%w[images javascripts stylesheets].each do |path|
config.assets.paths << "#{config.root}/ee/app/assets/#{path}"
......@@ -181,8 +180,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