From 1cf9b33c5e9d7e0b8fcb9bf1bf02af06944b3afc Mon Sep 17 00:00:00 2001 From: stan-donarise <111230475+stan-donarise@users.noreply.github.com> Date: Sat, 30 Dec 2023 15:48:18 +1100 Subject: [PATCH] libs: `_` prefix instead `bundle` folders --- lib/pca/{bundle/pca.js => _pca.js} | 0 lib/pca/pca.meta.tree | 2 +- lib/pca/pca.ts | 2 +- .../{bundle/plotly.custom.min.js => _plotly.custom.min.js} | 0 lib/plotly/plotly.meta.tree | 2 +- lib/plotly/plotly.ts | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename lib/pca/{bundle/pca.js => _pca.js} (100%) rename lib/plotly/{bundle/plotly.custom.min.js => _plotly.custom.min.js} (100%) diff --git a/lib/pca/bundle/pca.js b/lib/pca/_pca.js similarity index 100% rename from lib/pca/bundle/pca.js rename to lib/pca/_pca.js diff --git a/lib/pca/pca.meta.tree b/lib/pca/pca.meta.tree index 2061d5c..bf6e6dc 100644 --- a/lib/pca/pca.meta.tree +++ b/lib/pca/pca.meta.tree @@ -1 +1 @@ -require \/mpds/visavis/lib/pca/bundle +require \/mpds/visavis/lib/pca/_pca.js diff --git a/lib/pca/pca.ts b/lib/pca/pca.ts index bf08295..037b1e0 100644 --- a/lib/pca/pca.ts +++ b/lib/pca/pca.ts @@ -1,5 +1,5 @@ namespace $ { - export const $mpds_visavis_lib_pca = require('../mpds/visavis/lib/pca/bundle/pca.js') + export const $mpds_visavis_lib_pca = require('../mpds/visavis/lib/pca/_pca.js') } diff --git a/lib/plotly/bundle/plotly.custom.min.js b/lib/plotly/_plotly.custom.min.js similarity index 100% rename from lib/plotly/bundle/plotly.custom.min.js rename to lib/plotly/_plotly.custom.min.js diff --git a/lib/plotly/plotly.meta.tree b/lib/plotly/plotly.meta.tree index f8b6488..c11348d 100644 --- a/lib/plotly/plotly.meta.tree +++ b/lib/plotly/plotly.meta.tree @@ -1 +1 @@ -require \/mpds/visavis/lib/plotly/bundle +require \/mpds/visavis/lib/plotly/_plotly.custom.min.js diff --git a/lib/plotly/plotly.ts b/lib/plotly/plotly.ts index 3474652..c695604 100644 --- a/lib/plotly/plotly.ts +++ b/lib/plotly/plotly.ts @@ -1,5 +1,5 @@ namespace $ { - export const $mpds_visavis_lib_plotly = require('../mpds/visavis/lib/plotly/bundle/plotly.custom.min.js') + export const $mpds_visavis_lib_plotly = require('../mpds/visavis/lib/plotly/_plotly.custom.min.js') }