Skip to content

Commit f3646da

Browse files
committed
add paths to test dashboard and image viewer build files to constants
1 parent 5efe5af commit f3646da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/util/constants.js

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ module.exports = {
2424
pathToSCSS: path.join(pathToSrc, 'css/style.scss'),
2525
pathToCSSBuild: path.join(pathToBuild, 'plotcss.js'),
2626

27+
pathToTestDashboardBundle: path.join(pathToBuild, 'test_dashboard-bundle.js'),
28+
pathToImageViewerBundle: path.join(pathToBuild, 'image_viewer-bundle.js'),
29+
2730
uglifyOptions: {
2831
fromString: true,
2932
mangle: true,

0 commit comments

Comments
 (0)