Skip to content
Snippets Groups Projects
Commit 10920b11 authored by David Trattnig's avatar David Trattnig
Browse files

Include web bundles in build.

parent f67f5ff3
No related branches found
No related tags found
No related merge requests found
echo "Building AURA Clock ..." echo "Building AURA Clock ..."
(cd contrib/aura-clock && npm run build) (
cd contrib/aura-clock
npm run build
)
cp contrib/aura-clock/public/build/aura-clock-bundle.css web/css/aura-clock-bundle.css
cp contrib/aura-clock/public/build/aura-clock-bundle.js web/js/aura-clock-bundle.js
echo "Building AURA Player ..." echo "Building AURA Player ..."
(cd contrib/aura-player && npm install) (
cd contrib/aura-player
npm run build
)
cp contrib/aura-player/public/build/aura-player-bundle.css web/css/aura-player-bundle.css
cp contrib/aura-player/public/build/aura-player-bundle.js web/js/aura-player-bundle.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment