Skip to content

Commit

Permalink
Dockerfile cleanup. Updates packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlon committed Jan 12, 2023
1 parent 6b5c0b7 commit 49994a3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 24 deletions.
14 changes: 0 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ ADD docker/nginx.conf /etc/nginx/nginx.conf
RUN chgrp acait /etc/nginx/nginx.conf && chmod g+w /etc/nginx/nginx.conf


# FROM pre-app-container AS node-bundler

# USER acait

# COPY --chown=acait:acait index.html package.json vite.config.js /app/
# COPY --chown=acait:acait src /app/src
# COPY --chown=acait:acait public /app/dist
# COPY --chown=acait:acait public /app/public

# RUN . /app/bin/activate
# RUN npm install --production
# RUN npm install vite
# RUN npm run build

FROM node:lts-bullseye AS node-bundler

ADD index.html package.json vite.config.js /app/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>AXDD Components</title>
<title>Solstice</title>

<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@popperjs/core": "^2.11.6",
"@vueuse/core": "^9.10.0",
"axdd-components": "github:uw-it-aca/axdd-components#1.0.6",
"axdd-components": "github:uw-it-aca/axdd-components#task/dark-mode",
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.2",
"bootstrap-icons": "^1.10.3",
"jquery": "^3.6.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/docs/content/voice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>Voice &amp; Tone</h1>

<p class="p-0 col-md-8 lead text-muted">
Through this guide you will learn how to apply AXDD Component's voice
Through this guide you will learn how to apply Solstice Design's voice
and choose the right tone. Using the right voice and tone is important
as it allows us to better connect with our users.
</p>
Expand Down
8 changes: 4 additions & 4 deletions src/docs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<h1 class="fw-bold">Introduction</h1>

<p class="p-0 col-md-8 lead text-muted">
AXDD Components is a resource for building and documenting UI components
using Bootstrap and Vue.js. It provides a set of organized guidelines,
Solstice Design is a resource for building and documenting UI components
using Bootstrap and Vue/React Javascript frameworks. It provides a set of organized guidelines,
patterns and best practices that work as the foundation for application
design and development at AXDD.
</p>
Expand Down Expand Up @@ -41,7 +41,7 @@
<h2 class="fw-bold">Getting Started</h2>
<p>
Check out these guides to help you understand how to design
applications using AXDD Components.
applications using Solstice Components.
</p>
</div>
</div>
Expand Down Expand Up @@ -91,7 +91,7 @@
<h2 class="fw-bold">Guides</h2>
<p>
Check out these guides to help you understand how to design
applications using AXDD Components.
applications using Solstice Components.
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/start/developers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<h3>Manual Installation</h3>
<p>
If you wish to add AXDD Components to an existing Vue application,
If you wish to add Solstice Components to an existing Vue application,
add the following dependency to your <code>package.json</code> and
run <code>npm install</code>.
</p>
Expand All @@ -48,7 +48,7 @@
</CodeBlock>

<p>
From the <code>main.js</code> file, import the AXDD Components
From the <code>main.js</code> file, import the Solstice Components
library and install it as plugin using <code>app.use()</code>. You
must also import the required component library
<code>style.css</code> as well as the application's main Bootstrap
Expand Down

0 comments on commit 49994a3

Please sign in to comment.