@explorable-viz/fluid 0.7.80 → 0.7.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.80",
3
+ "version": "0.7.81",
4
4
  "description": "Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,6 +11,7 @@ while getopts "w:r" opt; do
11
11
  done
12
12
 
13
13
  PREFIX_=${PREFIX:+$PREFIX/}
14
+ PREFIX_2=${PREFIX:+$PREFIX/dist/fluid/}
14
15
  WEBSITE_LISP_CASE=$(. "${PREFIX_}script/util/lisp-case.sh" "$WEBSITE")
15
16
  echo "$WEBSITE -> $WEBSITE_LISP_CASE"
16
17
  echo "Cleaning dist/$WEBSITE_LISP_CASE"
@@ -49,7 +50,7 @@ for CHILD in "${TO_COPY[@]}"; do
49
50
  done
50
51
 
51
52
  echo "Processing Fluid source files:"
52
- cp -r "${PREFIX_}fluid" dist/$WEBSITE_LISP_CASE
53
+ cp -r "${PREFIX_2}fluid" dist/$WEBSITE_LISP_CASE
53
54
  [ -d "website/$WEBSITE/fluid" ] && cp -r "website/$WEBSITE/fluid" dist/$WEBSITE_LISP_CASE
54
55
 
55
56
  echo "Processing shared JavaScript files:"