summaryrefslogtreecommitdiff
path: root/gulpfile.js
AgeCommit message (Collapse)Author
2019-12-14codecs WIPFlorian Dold
2019-11-30wallet robustness WIPFlorian Dold
2019-08-29url-based pay/withdraw, use react hooksFlorian Dold
2019-08-18get rid of web-common and build directory (in favor of just dist/)Florian Dold
2019-08-16use packaged type declarationsFlorian Dold
2019-08-14prepare for npm publishFlorian Dold
2019-07-31headless wallet WIPFlorian Dold
2019-07-21headless wallet skeleton, type fixesFlorian Dold
2019-05-08adjust to exchange protocol changesFlorian Dold
2019-05-07update package versionsFlorian Dold
2019-03-28get pogen via npm registryFlorian Dold
2018-09-22wasmFlorian Dold
2018-09-20update packagesFlorian Dold
2018-02-20fix file include patternFlorian Dold
2018-02-07prevent embedding wallet pages in other web pagesFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold
2017-10-15add missing typeof, makes unit tests passFlorian Dold
2017-07-20do not swallow errorsFlorian Dold
2017-06-06fix 'make dist', add changelog, version numbers for 0.3v0.3.0Florian Dold
2017-05-29lint for unused variables, fix query bug detected by thisFlorian Dold
2017-05-29include sourcemaps even in productionFlorian Dold
2017-05-29include emscripten binary at new locationFlorian Dold
2017-05-29fix strings.ts generationFlorian Dold
2017-05-28gulpfile / translationsFlorian Dold
2017-05-27Simplify loading of the emscripten lib.Florian Dold
This removes an ugly hack and makes it possible to access the emscripten compiled library from within nodejs test cases more easily.
2017-05-27node_modules, clean up package.jsonFlorian Dold
2017-05-27put ts output into build directoryFlorian Dold
2017-05-27be always very strict (recently added to typescript)Florian Dold
2017-05-24simplify translations build systemFlorian Dold
2017-04-24Optimize production builds.Florian Dold
Uses UglifyJS, and thus TypeScript needs to compile down to ES5, since UglifyJS does not yet fully support ES6. Once all ES6 bugs in UglifyJS, we should compile to ES6 again.
2017-04-24Reorganize module loading.Florian Dold
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
2017-02-16always compile to strict modeFlorian Dold
2016-11-23update configure/makefilev0.2.0Florian Dold
2016-11-23more reproducible build (fixed time stamp, sort files)Florian Dold
2016-11-13restructuringFlorian Dold
2016-11-13Finally give in and use React, minor tweeks.Florian Dold
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-08fixes to test harnessFlorian Dold
2016-11-02TAP-based test harnessFlorian Dold
2016-10-25do not include *.po* and duplicate images in buildtg(x)
2016-10-21manifest: author, icons, stable nametg(x)
2016-10-17automatic refreshFlorian Dold
2016-10-14fix build systemFlorian Dold
2016-10-06firefox build: min_version, xpitg(x)
2016-10-05prettier syntax (JSX) for renderingFlorian Dold
2016-10-05type declaration for cloneIntoFlorian Dold
2016-10-04deal with symlinks correctly (requires newer vinyl-fs)Florian Dold
2016-10-04fix build script for new gulp-typescript versionFlorian Dold
2016-09-28versionFlorian Dold
2016-09-14move to ES6, clean up viewsFlorian Dold
2016-09-12stricter type checkingFlorian Dold