You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Sendportal is a modern open-source self-hosted email marketing tool, it would feel naturaual to not load assets from CDNS as those would ping pack the IP and the URL of the instance to third party Organsiations and other 7-reasons-not-to-use-a-cdn add to such the opinion / motivation to do so.
A individual that evaluates sendportal for the implementation would (possibly) be grateful to have the option 'out of box' to control asset loading.
Would you and the community be interested in a PR that handles the third-party js and css assets to be self hosted?
constmix=require('laravel-mix');/* |-------------------------------------------------------------------------- | Mix Asset Management |-------------------------------------------------------------------------- | | Mix provides a clean, fluent API for defining some Webpack build steps | for your Laravel application. By default, we are compiling the Sass | file for the application as well as bundling up all the JS files. | */mix.js('resources/js/app.js','public/js').extract(['jquery','bootstrap','popper.js']);mix.copy('node_modules/chart.js/dist/Chart.js','public/js/chart.js');mix.sass('resources/sass/app.scss','public/css');
As Sendportal is a modern open-source self-hosted email marketing tool, it would feel naturaual to not load assets from CDNS as those would ping pack the IP and the URL of the instance to third party Organsiations and other 7-reasons-not-to-use-a-cdn add to such the opinion / motivation to do so.
A individual that evaluates sendportal for the implementation would (possibly) be grateful to have the option 'out of box' to control asset loading.
Would you and the community be interested in a PR that handles the third-party js and css assets to be self hosted?
Suggested solution
package.json
webpack.mix.js
app.scss
blade.php
The text was updated successfully, but these errors were encountered: