View Issue Details

IDProjectCategoryView StatusLast Update
0004124Talerwallet (WebExtension)public2016-01-20 18:51
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.0 
Target Version0.0 
Summary0004124: extension should be packed properly
DescriptionRight now we mix generated files (*.js) and source files in the same directory, and just pack everything into the extension.

We should either have a separate location for the source files and generated files, or have a smarter packing script that filters out source files.
TagsNo tags attached.

Activities

Florian Dold

2016-01-18 17:39

manager   ~0010057

This is related to the build system in general.

The main complication is that when packing dependencies, we need to compile with different parameters for typescript than for development (we don't want to package source maps).

We also want to support having a single tsconfig.json object, so that IDEs will work fine.

Florian Dold

2016-01-18 22:46

manager   ~0010058

Fixed,

$ gulp package

can now be used to compile and package the extension.

Issue History

Date Modified Username Field Change
2016-01-05 20:31 Florian Dold New Issue
2016-01-18 17:38 Florian Dold Assigned To => Florian Dold
2016-01-18 17:38 Florian Dold Status new => assigned
2016-01-18 17:39 Florian Dold Note Added: 0010057
2016-01-18 22:46 Florian Dold Note Added: 0010058
2016-01-18 22:46 Florian Dold Status assigned => resolved
2016-01-18 22:46 Florian Dold Resolution open => fixed
2016-01-20 18:51 Christian Grothoff Status resolved => closed
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)