filipesilva / angular-quickstart-lib

MIT License
305 stars 75 forks source link

Sass compilation #34

Closed kondi0 closed 7 years ago

kondi0 commented 7 years ago

Hi,

I am trying to build a library wit a component that contains .scss file.

It seems that sass files doesn't compile.

How could I compile .scss?

Thanks!

e-cloud commented 7 years ago

checkout https://github.com/e-cloud/ngx-tree, see if it helps

Bengreen commented 7 years ago

i had same issue and took the updated inline_resources.js file form ngx-tree and used it inside this repo and it worked nicely.

filipesilva commented 7 years ago

Have a look at https://github.com/filipesilva/angular-quickstart-lib/issues/6, a couple of options are discussed there.