Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-12-20 19:41:09 +0300
committerBryce Johnson <bryce@gitlab.com>2016-12-21 15:03:13 +0300
commit3bbe19d39bd7f2bebb1f68de99dfb791eaa7a928 (patch)
treefece150e534a224d5c454d8fa9ed4a1f0a97155c /config
parent0ba41ea1c8e9d99667401c2778c7c320b96c35e0 (diff)
Backport moving MR widget CI JS out of script tag.
Diffstat (limited to 'config')
-rw-r--r--config/application.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb
index 057d60ca869..7c7b858c607 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -96,6 +96,9 @@ module Gitlab
config.assets.precompile << "profile/profile_bundle.js"
config.assets.precompile << "protected_branches/protected_branches_bundle.js"
config.assets.precompile << "diff_notes/diff_notes_bundle.js"
+ config.assets.precompile << "lib/vue_resource.js"
+ config.assets.precompile << "merge_request_widget/ci_bundle.js"
+ config.assets.precompile << "issuable/issuable_bundle.js"
config.assets.precompile << "boards/boards_bundle.js"
config.assets.precompile << "cycle_analytics/cycle_analytics_bundle.js"
config.assets.precompile << "merge_conflicts/merge_conflicts_bundle.js"