question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggest: add copy files options in schema

See original GitHub issue

Type of Issue

[ ] Bug Report
[x] Feature Request

Description

Copy README.md file by default. But when have multiple language versions, like this:

README.md
README.zh-CN.md

I need to manually copy other language versions.

Sometimes, project need dependencies original styles files (like less) in release package.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:74
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
linnenschmidtcommented, Jan 17, 2019

Hi there, earlier this week I realized that there is no copy functionality for library assets.

Therefore I have extended the @angular-devkit/build-ng-packagr:build and created an own one with asset copy functionality.

Here you will find how to use it: https://github.com/linnenschmidt/build-ng-packagr#how-to-use-it

npm install @linnenschmidt/build-ng-packagr --save-dev

Please give it a try. Maybe this approach is enough for you.

9reactions
alan-agius4commented, Oct 17, 2019

Hi @mario-d-s, thanks for you interest. I actually had a chat around this with @mgechev a couple of hrs ago.

We should be having more discussions around this in the near future. The first steps though would be to iron out the public api and the scope of the features, ie which scenarios will be supported and not supported.

“Copy and paste” of assets might probably be enough for most users, and probably will be the first iteration when this is included.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Schema and data type mapping in copy activity - Microsoft Learn
This article describes how the Azure Data Factory copy activity perform schema mapping and data type mapping from source data to sink data....
Read more >
COPY INTO <table> - Snowflake Documentation
COPY INTO <table>¶. Loads data from staged files to an existing table. The files must already be staged in one of the following...
Read more >
COPY INTO | Databricks on AWS
Learn how to use the COPY INTO syntax of the Delta Lake SQL language in Databricks SQL and Databricks Runtime.
Read more >
Specifying a schema | BigQuery - Google Cloud
Manually specifying schemas · Option 1: Use Add field and specify each field's name, type, and mode. · Option 2: Click Edit as...
Read more >
COPY examples - Amazon Redshift - AWS Documentation
You can use a manifest to ensure that your COPY command loads all of the required files, and only the required files, from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found