summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-22 01:47:07 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-22 01:47:07 -0400
commita02061295995b288ddadd9ddcaa767ef9df0757c (patch)
treebcebe444401da1d0568629d2c17943ebcd2258ef /config/webpack.config.js
parentf77a6a998d79136f0a2f81b9bd5ec8f98be238f3 (diff)
downloadgitlab-ce-pipeline-schedule-frontend.tar.gz
Checkpoint. Don't push.pipeline-schedule-frontend
Diffstat (limited to 'config/webpack.config.js')
-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 cb0a57a3a41..396343b168f 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -43,6 +43,7 @@ var config = {
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/index.js',
+ pipeline_schedules: './pipeline_schedules/pipeline_schedules_bundle.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',
protected_tags: './protected_tags',