Skip to content

Commit

Permalink
Fix rollup config, freeze terser, use English placeholder example tex…
Browse files Browse the repository at this point in the history
…t, bumpersions.
  • Loading branch information
mmunro-ltrr committed Dec 21, 2022
1 parent b61cdf0 commit c25131c
Show file tree
Hide file tree
Showing 11 changed files with 112 additions and 125 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:16.18.0-bullseye-slim
FROM --platform=linux/amd64 node:16.19.0-bullseye-slim

ENV LANG C.UTF-8

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN apt-get update \
&& chmod 755 /root \
&& touch /root/.npmrc \
&& chmod 644 /root/.npmrc \
&& npm install --location=global npm-check-updates@16.3.16 \
&& npm install --location=global npm-check-updates@16.6.0 \
&& curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o /tmp/awscliv2.zip \
&& unzip -d /tmp /tmp/awscliv2.zip \
&& /tmp/aws/install \
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.config.js
Expand Up @@ -33,7 +33,7 @@ if (BUNDLE) {
module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'),
output: {
banner,
banner: banner(),
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
format: 'umd',
globals,
Expand Down
2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/arizona-bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/arizona-bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.min.js.map

Large diffs are not rendered by default.

0 comments on commit c25131c

Please sign in to comment.