diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-28 15:56:12 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-10-28 15:56:12 +0100 |
commit | 36a781a9208dcbd081b7fb72cf7a5e0ec3cdf2ef (patch) | |
tree | 995a6875b0f30b582f633eed6fd246ded8c7bf62 /config | |
parent | d306b0d7c2c1f9384382c2a90a9d7c43bd20573c (diff) | |
download | gitlab-ce-36a781a9208dcbd081b7fb72cf7a5e0ec3cdf2ef.tar.gz |
Create cycle analytics bundle
This prevents VueJS being included in application.js & therefore included on everypage
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 92c8467e7f4..946b632b0e8 100644 --- a/config/application.rb +++ b/config/application.rb @@ -91,6 +91,7 @@ module Gitlab config.assets.precompile << "protected_branches/protected_branches_bundle.js" config.assets.precompile << "diff_notes/diff_notes_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" config.assets.precompile << "boards/test_utils/simulate_drag.js" config.assets.precompile << "blob_edit/blob_edit_bundle.js" |