Omkar Patil

Results 2 comments of Omkar Patil

@matthiaskomarek, you can check out https://github.com/ospatil/angular-quickstart-lib. I have added npm scoped package and sass support.

@webdev48 `node-sass` is complaining because it didn't find any `scss` file to compile. Take a look at [my changes](https://github.com/filipesilva/angular-quickstart-lib/compare/master...ospatil:sass-npm-scope). Probably you missed renaming `src/lib/src/component/lib.component.css` to `src/lib/src/component/lib.component.scss`.