messageagency / ma-base-theme
There is no license information available for the latest version (1.4) of this package.
Kits used to create radix sub-themes.
1.4
2023-03-15 17:38 UTC
Requires
- symfony/filesystem: ^5 || ^4
- symfony/finder: ^5 || ^4
Requires (Dev)
- dev-master
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0
- dev-development
- dev-andyz/breakpoints
- dev-d11
- dev-omar-dev
- dev-MACLP-410
- dev-npm
- dev-mixins
- dev-images
- dev-layout
- dev-pager
- dev-billboard
- dev-ckeditor
- dev-social-icons
- dev-theme-updates
- dev-body-band
- dev-image-alignment
- dev-pagination
- dev-page-title
- dev-remote_video
- dev-body-region
- dev-radix5
- dev-fontawesome
- dev-views-template
- dev-external
- dev-jquery-once
- dev-macl-wip-202303
- dev-maclp-288
- dev-macl-wip
- dev-d10
- dev-config
- dev-test-commit-branch
- dev-build
- dev-d9
- dev-media
- dev-variable-order
- dev-a11y
This package is auto-updated.
Last update: 2024-10-30 19:40:16 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
.