diff options
Diffstat (limited to 'openecomp-ui')
-rw-r--r-- | openecomp-ui/external-resources/healthcheck/healthcheck (renamed from openecomp-ui/external-resources/healthcheck/healthcheck.json) | 0 | ||||
-rw-r--r-- | openecomp-ui/gulpfile.js | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/external-resources/healthcheck/healthcheck.json b/openecomp-ui/external-resources/healthcheck/healthcheck index e17838f246..e17838f246 100644 --- a/openecomp-ui/external-resources/healthcheck/healthcheck.json +++ b/openecomp-ui/external-resources/healthcheck/healthcheck diff --git a/openecomp-ui/gulpfile.js b/openecomp-ui/gulpfile.js index 68fd253346..6d45a0b374 100644 --- a/openecomp-ui/gulpfile.js +++ b/openecomp-ui/gulpfile.js @@ -33,7 +33,7 @@ const path = { svgSrc: './resources/images/svg/*.svg', appinf: './webapp-onboarding/**/*.*', jetty: './webapp-onboarding/WEB-INF/jetty-web.xml', - healthCheckInput: './external-resources/healthcheck/healthcheck.json', + healthCheckInput: './external-resources/healthcheck/healthcheck', srcDir: './src/', // output output: dist, @@ -42,7 +42,7 @@ const path = { appinf_output: dist + '/webapp-onboarding', healthCheckOutput: dist + '/v1.0', // war - war: [dist + '/index.html', dist + '/punch-outs*.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', dist + '/webapp-onboarding/**', dist + '/**/*(healthcheck.json)'], + war: [dist + '/index.html', dist + '/punch-outs*.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', dist + '/webapp-onboarding/**', dist + '/**/*(healthcheck)'], heatWar: [dist + '/heat.html', dist + '/heat-validation_en.js', dist + '/**/*.{css,png,svg,eot,ttf,woff,woff2,otf}', dist + '/**/*(config.json)', 'webapp-heat-validation/**'], wardest: dist, // storybook |