View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004124 | Taler | wallet (WebExtension) | public | 2016-01-05 20:31 | 2016-01-20 18:51 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.0 | ||||
| Target Version | 0.0 | ||||
| Summary | 0004124: extension should be packed properly | ||||
| Description | Right 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. | ||||
| Tags | No tags attached. | ||||
|
|
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. |
|
|
Fixed, $ gulp package can now be used to compile and package the extension. |
| 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) |