Ng-packagr: How can I provide access to lib .less files in a published package?

Created on 12 Mar 2018  路  3Comments  路  Source: ng-packagr/ng-packagr

Type of Issue

[ ] Bug Report
[ x ] Feature Request

Description

We developed an UI Framework that contains Angular components as well as standalone *.less files that are exported by a styles.less in the root of the library

What is the best aproach to provide this styles.less file (maybe with the content of all @import style files) when publishing a library with ng-packagr?

Is this even possible or should I add a custom step in my build process after ng-packagr finished it's build?

question

Most helpful comment

@kroeder at the moment you will have to run a script to copy the files after the build is complete.

All 3 comments

@kroeder at the moment you will have to run a script to copy the files after the build is complete.

Thanks!

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings