how to load SCSS file in to aem custem clientlibs in ui.apps instead of loading via ui.frontend | Community
Skip to main content
Level 2
May 30, 2023
Solved

how to load SCSS file in to aem custem clientlibs in ui.apps instead of loading via ui.frontend

  • May 30, 2023
  • 2 replies
  • 1736 views

how to load scss file in aem custem clientlibs 
ex : apple/project/custem-clientlibs 

 

ccs/-test.scss

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rawvarun

You can compile your scss to css for aem clientlibs.

Refer: https://github.com/eirslett/frontend-maven-plugin

2 replies

rawvarun
Community Advisor
rawvarunCommunity AdvisorAccepted solution
Community Advisor
May 30, 2023

You can compile your scss to css for aem clientlibs.

Refer: https://github.com/eirslett/frontend-maven-plugin

DPrakashRaj
Community Advisor
Community Advisor
May 31, 2023

Use maven plugin as explained in https://github.com/mickleroy/aem-sass-compiler

I believe newer maven project archetype has in build support for react and angular which uses sass file so should have default plugin included in project. Please check