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:
authorPhil Hughes <me@iamphill.com>2016-07-22 19:52:48 +0300
committerPhil Hughes <me@iamphill.com>2016-08-17 19:12:47 +0300
commit6478adf10cd6b05a89e3396a5beb185dfa2b8cac (patch)
tree12e5f9653dbfe1e6d175928ceb90b7d926f50182 /config
parent5dc41ecd9079160f4d56a4f7bab9d7f9afe07a52 (diff)
Hooked up JS to allow issues to be moved between columns
Diffstat (limited to 'config')
-rw-r--r--config/application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb
index 4a9ed41cbf8..cd2d51d5908 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -85,6 +85,7 @@ module Gitlab
config.assets.precompile << "users/users_bundle.js"
config.assets.precompile << "network/network_bundle.js"
config.assets.precompile << "profile/profile_bundle.js"
+ config.assets.precompile << "boards/boards_bundle.js"
config.assets.precompile << "lib/utils/*.js"
config.assets.precompile << "lib/*.js"
config.assets.precompile << "u2f.js"