We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efe5af commit f3646daCopy full SHA for f3646da
tasks/util/constants.js
@@ -24,6 +24,9 @@ module.exports = {
24
pathToSCSS: path.join(pathToSrc, 'css/style.scss'),
25
pathToCSSBuild: path.join(pathToBuild, 'plotcss.js'),
26
27
+ pathToTestDashboardBundle: path.join(pathToBuild, 'test_dashboard-bundle.js'),
28
+ pathToImageViewerBundle: path.join(pathToBuild, 'image_viewer-bundle.js'),
29
+
30
uglifyOptions: {
31
fromString: true,
32
mangle: true,
0 commit comments