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.

Include files that are excluded by default

See original GitHub issue
  • Version: 15.2.0
  • Target: nsis

Is there any way to override the default files option? I want to include *.d.ts from node_modules in the final output which are now excuded thanks to "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
akorchevcommented, Mar 12, 2017

The electron app I am building creates web apps. It uses typescript to build those apps. This is why I need .d.ts files. This problem appeared after I upgraded to latest electron-builder.

0reactions
akorchevcommented, Mar 12, 2017

Thanks! I originally used asarUnpack but it seems extraResources will do the job just fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Which Files Are Included and Excluded in Backups, By Default ...
Files That Are Included and Excluded ; MacOS. Files in the Desktop folder. Files in the Documents folder. Disk images. Executable. Temporary ...
Read more >
Creating an include-exclude list - IBM
You can create an include-exclude list to exclude a specific file or groups of files from backup services, and to assign specific management...
Read more >
Include and exclude files for backup - Code42 Support
Navigate to File selection. In the Included files field, add file names and directories that should be included in backups. In the Excluded...
Read more >
Include/Exclude files and tables from backups - ManageWP
You can include files and tables in backups if something that you need is not included by default, or exclude them if there...
Read more >
ASP.NET Core: Exclude or include files on publish
To exclude files on publish, edit your publish file, e.g. FolderProfile.pubxml , and add the appropriate XML elements shown below to ...
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