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.

How to disable the creating package of *.tgz

See original GitHub issue

Type of Issue

[ ] Bug Report
[ ] Feature Request
[x] Question

Description

This is a question (not a bug or feature)! It is possible to disable the creating package of *.tgz? I have nothing found about that in https://github.com/dherges/ng-packagr/blob/master/src/ng-package.schema.json

Version Information

$ node_modules/.bin/ng-packagr --version
ng-packagr: 2.4.1
@angular/compiler: 5.2.9
@angular/compiler-cli: 5.2.9
rollup: 0.55.5
tsickle: 0.27.2
typescript: 2.5.3

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
alan-agius4commented, Apr 19, 2018

This feature has been dropped in ng-packagr V3 RC.0

2reactions
vtabarycommented, Mar 28, 2018

Hey all,

I would love to be able to disable this so we won’t have to manage an unused tgz file, or multiple files if you are using secondary entry points.

In our project, we have to remove or exclude these files before publishing. It’s not a big deal, but if we do not need it, it shouldn’t be created.

It shouldn’t change the actual behavior if nothing is configure to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable auto generate dist.tgz file? · Issue #737 - GitHub
I build my project to dist folder, after build I found there is a file named "dist.tgz" is generated, is there an option...
Read more >
Efficiently remove file(s) from large .tgz - Unix Stack Exchange
With more primitive tools, first extract the files excluding the .jpg files, then create a new archive. mkdir tmpdir && cd tmpdir <original.tar....
Read more >
[SOLVED] safe to delete installed .tgz packages?
Location: A2 area Mi. It really depends on just what the "tar balls" are . If the new version runs fine i then...
Read more >
Excluding directory when creating a .tar.gz file - Stack Overflow
Try removing the last / at the end of the directory path to exclude tar -pczf MyBackup.tar.gz /home/user/public_html/ --exclude "/home/user/public_html/tmp".
Read more >
How to create tar.gz file in Linux using command line - nixCraft
Open the terminal application in Linux. Run tar command to create an archived named file. tar. gz for given directory name by running:...
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