NativeScript / NativeScript/nativescript-cli

tns resources generate needs dummy png for Android

Offen
#5,092 1 Kommentar 0 Reaktionen 1 zugewiesene Person Auf GitHub ansehen

@KristianDD arbeitet bereits daran.

Seit 21.10.2019.

Vorherrschende Sprache
JavaScript
Sterne
1.1k
Forks
204
Ø Merge
1 T. 9 Std.
Gemergte PRs (30 T.)
8

Beschreibung

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.0.2
  • Cross-platform modules:
  • Android Runtime: 6.0.0
  • iOS Runtime: 6.0.1
  • Plugin(s):

Describe the bug

When running tns resources generate <icons | splashes> I seem to need a stub/dummy version of the resource already in the AppResources folder. But this is only true for my Android build. That is, I need to not only have all the *drawable_dpi folders but they all have ta have a file called icon.png if runing icons and one called logo.png if running splashes. If the file is there it will overwrite it with the new value, if the file is not there it does nothing. Shouldn't it create the file? I have a script that copies over a template App_Resources file and then runs these commands. It would be nice to not have to include dummy versions of all these files in my template directory.

To Reproduce
Run tns resources generate icons <icon.png> on an empty App_Resources/Android directory.

Expected behavior

Auto-creation of directories and files.

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.