11-17-2024, 11:14 AM
In order to modify and test the JS and CSS files you need to familiarize yourself with the development tooling and in particular the gulp builder. It bundles and minifies the JS and CSS source files for deployment. If you look in /var/www/js and /var/www/css on a running moode system you will see the .min files.
The source file moode-repo/www/header.php contains <!--build and <!--endbuild markers that define which source files are bundled and minified into a particular .min file. The source file moode-repo/gulpfile.js contains the gulp makefile.
https://github.com/moode-player/moode/bl...header.php
https://github.com/moode-player/moode/bl...ulpfile.js
The Developer page at moodeaudio.org has documentation for setting up gulp. Due to time constraints I'm not able to provide much help in setting up a dev environment but there are other folks in the Forum that have done so and can possibly provide some tips.
The source file moode-repo/www/header.php contains <!--build and <!--endbuild markers that define which source files are bundled and minified into a particular .min file. The source file moode-repo/gulpfile.js contains the gulp makefile.
https://github.com/moode-player/moode/bl...header.php
https://github.com/moode-player/moode/bl...ulpfile.js
The Developer page at moodeaudio.org has documentation for setting up gulp. Due to time constraints I'm not able to provide much help in setting up a dev environment but there are other folks in the Forum that have done so and can possibly provide some tips.