diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ef90d1a53a970d20a35fe14975418850dbe256f..aa18ae3a5546f512cc01ec6447eb7bb5d1478fb7 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 aec142c0346861a35ed01cc97d60ecfd91615242..b337f4605acec39b64ee066ab6fe54767d138549 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 030b797c0ff57daf78ff4c178eb427378ea85b27..18857a58a47ee412d915a6d265216757c40899ff 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 bb2fe966b2b3206fd7e735e3a27b87ea309770af..86d11db4db78947dadf0d5d0e5b5b87ba40f5933 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 7002c9a6a8e32d6df166170855f84787ad099743..0121bed8176809fa26ee6d838f966c17f1e923b8 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 5eb09460525389aab75bac42e82bd5aa7d033d16..686af1c9ae7f817cc54002c1d11207500c99fbbd 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 a94a88bc085ba54680809cd2d221305be2c4d1f1..be8283a9bc37dd1a4d44da93fe9e1380c2681ba4 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 25beb995ebbab725b4113339558642ee62a58ab2..6488f158c25a0ddb8943ecf0048654e4e4788203 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 9098d0f917c150e7f4af22db9a7eb741f9449554..ae8b0616a8d12d3cafab65304d6a94dc29598849 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 c98addf3174e5f90ba07f22bbc6903192ccf92ea..e7dd6bdc3d9f543eee93fb3428a5de3ce4338963 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 831cc93a9a162a933cc446de4c61165c1c347723..f2850aea38b9bb6e66e43518fe4383df47fe7659 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 50aa2343643410e883d3fc7fa842cdd3b5ca2d5b..9414639183f25e7f368c44fd80834a53ee2c081f 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 24543aab777ae3449e1213ab2d796d0971cc282f..d25a6c13bf495d0e03ca1f685b72ae7a8ae842c8 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 a2cf2d5c7203799989db0c9ba473e787f553f9ca..d082f3ba38b9dadab45866ab68f05814cd8db730 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 ccbc6e4404cc6b6f19b696e7ee54e5e71a920984..be2a22cdc9a895efad9c6465377d5659912488db 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 53429caa5f18c9e33b8aeccdf2d90fd5cf53208c..58345e33862a41954a68598c925c444e2501d2bf 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 091a82eb52fa59463b0e94b28ad37e67eb9b9ef3..a8b36cb03923818a87089f71fd9530db72f468f9 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 852adde7ca03e4deafa6c5a6c18b5385e73cc1bc..33fa9a68c167127072c433f8a2eea47c9830a890 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 a10032b54f85b97cde048cd4228936b300896189..baf258293900d9589051a89e27c38a06cc07940c 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 602a4eca227d78c5e8a704d38574df1cd7ffb2e4..84bf17e59a902bd81f5c18fd0e4b299759c2f477 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 22d4bed8aedb8cd133de26ca5ed70ec697b35a79..d42ee34f52ca45aa21ebb8047d2e240a32d15d02 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 8a2063e3e993559ec3c2e3f650aac575e19c2a57..fbb89a50cad5e151d014d23ed536fb5581d92a08 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 62762204aa809bd515e95e8b45c786f0d3f49019..c962a5c71db577fdcae0ce1acfc6e884bbbf1395 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({