messageagency / ma-base-theme
Kits used to create radix sub-themes.
Package info
bitbucket.org/messageagency/ma-base-theme
Type:ma-theme
pkg:composer/messageagency/ma-base-theme
Requires
- symfony/filesystem: ^5 || ^4
- symfony/finder: ^5 || ^4
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-31 00:23:15 UTC
README
This theme uses Webpack to compile and bundle SASS and JS.
Step 1
Make sure you have Node and npm installed. You can read a guide on how to install node here: https://docs.npmjs.com/getting-started/installing-node
If you prefer to use Yarn instead of npm, install Yarn by following the guide here.
Step 2
Go to the root of this theme and run the following commands:
npm install or yarn install.
Step 3
Update proxy in webpack.mix.json.
Step 4
Run the following command to compile Sass and watch for changes:
npm run watch or yarn watch.