summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-04-07 23:38:43 -0400
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-10 14:56:43 +0100
commitacea881bb012cce0b59f3d5874a630b16d0caaef (patch)
tree9f474df91c38b4ca4f36b3d2edade6c2e352bc24 /config
parentc98add157732004d9a2eaa39770edf84eaca6896 (diff)
downloadgitlab-ce-acea881bb012cce0b59f3d5874a630b16d0caaef.tar.gz
Initial balsamiq support
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index e3bc939d578..42638d47cfa 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -39,6 +39,7 @@ var config = {
notebook_viewer: './blob/notebook_viewer.js',
sketch_viewer: './blob/sketch_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
+ balsamiq_viewer: './blob/balsamiq_viewer.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',
protected_tags: './protected_tags',