Compiling Provided Component Styles
Install Needed YARN and Gulp Tools
Check Standards/Practice Coding And Linting
Get Needed Yarn Development Dependencies
yarn installInitialize
Initialize the gulp SASS files styling method. Run this only ones for each newly cloned project.
yarn theme:initTheme Build
Compile source .scss files to .css files. Needs to compile manually on demand.
yarn theme:buildWatch
Watch source .scss files and compile them on saving to .css files. Auto compiling on save of changes for the source.
yarn theme:watchAfter any change of code please check the standards before uploading a patch or creating a MR.
Last updated