Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

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

 

ccs/-test.scss

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can compile your scss to css for aem clientlibs.

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You can compile your scss to css for aem clientlibs.

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

Avatar

Community Advisor

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