diff options
author | Bryce Johnson <bryce@gitlab.com> | 2017-04-22 01:47:07 -0400 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2017-04-22 01:47:07 -0400 |
commit | a02061295995b288ddadd9ddcaa767ef9df0757c (patch) | |
tree | bcebe444401da1d0568629d2c17943ebcd2258ef /config/webpack.config.js | |
parent | f77a6a998d79136f0a2f81b9bd5ec8f98be238f3 (diff) | |
download | gitlab-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.js | 1 |
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', |