This theme has been moved inside 8.4.x of Mark-a-Spot installation profile.
This theme is intended for use with the Mark-a-Spot 3.x distro based on Drupal 8.
MasRadix theme uses Gulp to compile Sass. Gulp needs Node.
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
Install bower: npm install -g bower
.
Go to the root of MasRadix theme and run the following commands: npm run setup
.
Update browserSyncProxy
in config.json.
Run the following command to compile Sass and watch for changes: gulp
.
Using Docksal, install bower and gulp:
$ fin exec npm install bower -g
$ fin exec npm install gulp
$ fin exec npm install