From ca82a21614409ea99b55238da577ee43b041063a Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Sat, 17 Dec 2022 14:46:55 +0100 Subject: [PATCH] chore: player is now play --- .gitlab-ci.yml | 10 +++++----- .husky/pre-commit | 0 Makefile | 2 +- README.md | 16 ++++++++-------- package-lock.json | 4 ++-- package.json | 4 ++-- public/category-list.html | 8 ++++---- public/deprecated-player.html | 8 ++++---- public/episode-detail.html | 8 ++++---- public/host-detail.html | 8 ++++---- public/host-list.html | 8 ++++---- public/index.html | 12 ++++++------ public/manifest.json | 4 ++-- public/offline.html | 6 +++--- public/online.html | 6 +++--- public/player.html | 8 ++++---- public/player_popup.html | 6 +++--- public/pre-cache.json | 6 +++--- public/programme-cards.html | 8 ++++---- public/programme-paper.html | 8 ++++---- public/show-detail.html | 8 ++++---- public/show-list.html | 8 ++++---- public/trackservice.html | 8 ++++---- rollup.config.js | 4 ++-- 24 files changed, 84 insertions(+), 84 deletions(-) mode change 100755 => 100644 .husky/pre-commit diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ef90d1..aa18ae3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - release .install_requirements: &install_requirements - - mkdir -p /builds/aura/player/public/build + - mkdir -p /builds/aura/play/public/build - nodejs -v - make init.dev @@ -44,7 +44,7 @@ docker-push: stage: release variables: # the name of the image without version - AURA_IMAGE_NAME: "autoradio/player" + AURA_IMAGE_NAME: "autoradio/play" services: - docker:dind before_script: @@ -73,9 +73,9 @@ deploy-job: # This job runs in the deploy stage. before_script: - apt-get update -qq && apt-get install -y -qq lftp script: - - echo "Deploying AURA Player Demo..." - - lftp -c "set ftp:ssl-allow no; open -u $FTP_AURA_RADIO_USER,$FTP_AURA_RADIO_PWD $FTP_AURA_RADIO_HOST; mirror -Rnev ./public/ ./player.aura.radio --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/" - - echo "AURA Player Demo successfully deployed." + - echo "Deploying AURA Play Demo..." + - lftp -c "set ftp:ssl-allow no; open -u $FTP_AURA_RADIO_USER,$FTP_AURA_RADIO_PWD $FTP_AURA_RADIO_HOST; mirror -Rnev ./public/ ./play.aura.radio --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/" + - echo "AURA Play Demo successfully deployed." dependencies: - do_build rules: diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile index aec142c..b337f46 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ dist:: cp public/manifest.json dist cp public/build/smui-dark.css dist cp public/build/smui.css dist - cp public/build/aura-player-bundle.* dist + cp public/build/aura-play-bundle.* dist cp public/assets/*.svg dist/assets rm dist/assets/aura_fav.svg diff --git a/README.md b/README.md index 030b797..18857a5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AURA Player +# AURA Play -<img src="https://gitlab.servus.at/aura/aura/-/raw/main/assets/images/aura-player-circle.png" width="250" align="right" /> +<img src="https://gitlab.servus.at/aura/aura/-/raw/main/assets/images/aura-play-circle.png" width="250" align="right" /> -**AURA Player is a framework agnostic user interface toolbox** for integrating the AURA Radio Software Suite into your website and Content Management System. +**AURA Play is a framework agnostic user interface toolbox** for integrating the AURA Radio Software Suite into your website and Content Management System. These JavaScript components are written in [Svelte](https://svelte.dev/docs) and are reading data from the [AURA API](https://api.aura.radio). As a result all components are provided in a lightweight package. They are pluggable into any front-end framework or website. @@ -30,11 +30,11 @@ Provided components: - Show List Component - Show Detail Component -> **Disclaimer:** The components of this repository are _Work in Progress_ and hence not fully featured nor documented in all aspects. Currently some parts are customized for an Radio Orange 94.0 integration. This component will be generalized in the future upon request from third-parties. In addition Radio ORANGE 94.0 developed a Drupal 9 integration based on the AURA Player components. If you are interested using AURA in conjunction with Drupal, get in touch. Also, these components are using a simulated AURA API for now. This API is hosted at https://prog-info.o94.at/ +> **Disclaimer:** The components of this repository are _Work in Progress_ and hence not fully featured nor documented in all aspects. Currently some parts are customized for an Radio Orange 94.0 integration. This component will be generalized in the future upon request from third-parties. In addition Radio ORANGE 94.0 developed a Drupal 9 integration based on the AURA Play components. If you are interested using AURA in conjunction with Drupal, get in touch. Also, these components are using a simulated AURA API for now. This API is hosted at https://prog-info.o94.at/ <!-- TOC --> -1. [AURA Player](#aura-player) +1. [AURA Play](#aura-play) 1. [Website Integration](#website-integration) 2. [Components](#components) 1. [Media Player](#media-player) @@ -359,7 +359,7 @@ Displays an overview of all or a defined list of categories. ## Progressive Web App -The Player bundle also provides some building blocks to turn your website into a Progressive Web App. Keep in mind, that those are only serving as an entry point. For a fully-fledged PWA you'll need to add your own code and thoughts. +The _AURA Play_ bundle also provides some building blocks to turn your website into a Progressive Web App. Keep in mind, that those are only serving as an entry point. For a fully-fledged PWA you'll need to add your own code and thoughts. This repository also provides a sample app, allowing you to test the PWA beforehand. To start the app using the development server type: @@ -468,9 +468,9 @@ The resulting build artifacts are located in `dist`. Now include the bundle in your theme, template, dependency management system or however your website is organized: -1. Copy the artifacts `aura-player-bundle.js` and `aura-player-bundle.css` to your website assets. For pre-defined Material Design styles also grab `smui.css` and `smui-dark.css`. +1. Copy the artifacts `aura-play-bundle.js` and `aura-play-bundle.css` to your website assets. For pre-defined Material Design styles also grab `smui.css` and `smui-dark.css`. 2. Instantiate required components, as described in the [Components](#Components) section above. -3. Style the components using CSS. You can use the provided demo `public/aura-player-theme.css` as a starter. +3. Style the components using CSS. You can use the provided demo `public/aura-play-theme.css` as a starter. In the future we may provide explicit support NPM installation and for SvelteKit integration. diff --git a/package-lock.json b/package-lock.json index bb2fe96..86d11db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "aura-player", + "name": "aura-play", "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "aura-player", + "name": "aura-play", "version": "0.9.0", "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 7002c9a..0121bed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aura-player", + "name": "aura-play", "type": "module", "version": "0.9.0", "author": { @@ -11,7 +11,7 @@ "homepage": "https://aura.radio", "repository": { "type": "git", - "url": "git@gitlab.servus.at:aura/player.git" + "url": "git@gitlab.servus.at:aura/play.git" }, "scripts": { "prepare": "npx husky install && npm run smui-theme-light && npm run smui-theme-dark", diff --git a/public/category-list.html b/public/category-list.html index 5eb0946..686af1c 100644 --- a/public/category-list.html +++ b/public/category-list.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/deprecated-player.html b/public/deprecated-player.html index a94a88b..be8283a 100644 --- a/public/deprecated-player.html +++ b/public/deprecated-player.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/episode-detail.html b/public/episode-detail.html index 25beb99..6488f15 100644 --- a/public/episode-detail.html +++ b/public/episode-detail.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style> diff --git a/public/host-detail.html b/public/host-detail.html index 9098d0f..ae8b061 100644 --- a/public/host-detail.html +++ b/public/host-detail.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/host-list.html b/public/host-list.html index c98addf..e7dd6bd 100644 --- a/public/host-list.html +++ b/public/host-list.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/index.html b/public/index.html index 831cc93..f2850ae 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> @@ -28,9 +28,9 @@ <a href="/"> <img id="aura-logo" src="/assets/aura-logo.png" width="128" /> </a> - <h1>Aura Player Components</h1> + <h1>AURA Play Components</h1> <p> - This is a minimal PWA to illustrate and test the AURA Player components. + This is a minimal PWA to illustrate and test the AURA Play components. It also provides a production-ready Service Worker with offline functionality (network-first strategy) to be integrated on your website. </p> diff --git a/public/manifest.json b/public/manifest.json index 50aa234..9414639 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "AURA Player Components", - "short_name": "AURA/player", + "name": "AURA Play Components", + "short_name": "AURA/play", "categories": ["radio", "music", "education"], "description": "The best media management software in this galaxy.", "theme_color": "#2196f3", diff --git a/public/offline.html b/public/offline.html index 24543aa..d25a6c1 100644 --- a/public/offline.html +++ b/public/offline.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -16,8 +16,8 @@ <meta name="apple-mobile-web-app-title" content="AURA PWA" /> <link rel="stylesheet" href="/aura-demo.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/online.html b/public/online.html index a2cf2d5..d082f3b 100644 --- a/public/online.html +++ b/public/online.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -16,8 +16,8 @@ <meta name="apple-mobile-web-app-title" content="AURA PWA" /> <link rel="stylesheet" href="/aura-demo.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/player.html b/public/player.html index ccbc6e4..be2a22c 100644 --- a/public/player.html +++ b/public/player.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style> .demo-album { diff --git a/public/player_popup.html b/public/player_popup.html index 53429ca..58345e3 100644 --- a/public/player_popup.html +++ b/public/player_popup.html @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style> html, diff --git a/public/pre-cache.json b/public/pre-cache.json index 091a82e..a8b36cb 100644 --- a/public/pre-cache.json +++ b/public/pre-cache.json @@ -2,10 +2,10 @@ "/manifest.json", "/assets/aura_fav96x96.png", "/assets/aura-logo.png", - "/build/aura-player-bundle.js", - "/build/aura-player-bundle.css", + "/build/aura-play-bundle.js", + "/build/aura-play-bundle.css", "/aura-demo.css", - "/aura-player-theme.css", + "/aura-play-theme.css", "/", "/index.html", "/index.html?homescreen=1", diff --git a/public/programme-cards.html b/public/programme-cards.html index 852adde..33fa9a6 100644 --- a/public/programme-cards.html +++ b/public/programme-cards.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/programme-paper.html b/public/programme-paper.html index a10032b..baf2582 100644 --- a/public/programme-paper.html +++ b/public/programme-paper.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/show-detail.html b/public/show-detail.html index 602a4ec..84bf17e 100644 --- a/public/show-detail.html +++ b/public/show-detail.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/show-list.html b/public/show-list.html index 22d4bed..d42ee34 100644 --- a/public/show-list.html +++ b/public/show-list.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -17,9 +17,9 @@ <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/public/trackservice.html b/public/trackservice.html index 8a2063e..fbb89a5 100644 --- a/public/trackservice.html +++ b/public/trackservice.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Aura Player Bundle</title> + <title>AURA Play Bundle</title> <link rel="shortcut icon" href="/assets/aura_fav96x96.png" /> <link rel="manifest" href="/manifest.json" /> @@ -16,9 +16,9 @@ <meta name="apple-mobile-web-app-title" content="AURA PWA" /> <link rel="stylesheet" href="/aura-demo.css" /> <link rel="stylesheet" href="/build/smui.css" /> - <link rel="stylesheet" href="/build/aura-player-bundle.css" /> - <link rel="stylesheet" href="/aura-player-theme.css" /> - <script defer src="/build/aura-player-bundle.js"></script> + <link rel="stylesheet" href="/build/aura-play-bundle.css" /> + <link rel="stylesheet" href="/aura-play-theme.css" /> + <script defer src="/build/aura-play-bundle.js"></script> </head> <style></style> diff --git a/rollup.config.js b/rollup.config.js index 6276220..c962a5c 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -43,7 +43,7 @@ export default { sourcemap: true, format: 'iife', name: 'app', - file: 'public/build/aura-player-bundle.js', + file: 'public/build/aura-play-bundle.js', }, plugins: [ /** Allow import of JSON Files **/ @@ -90,7 +90,7 @@ export default { // we'll extract any component CSS out into // a separate file - better for performance - // css({ output: 'aura-player-bundle.css' }) + // css({ output: 'aura-play-bundle.css' }) /** SASS Support */ postcss({ -- GitLab