summaryrefslogtreecommitdiff
path: root/gulpfile.js
AgeCommit message (Collapse)Author
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
2016-07-07fixing #4594Marcello Stanisci
2016-06-01include .d.ts. files in source distributionv0.0.0Florian Dold
2016-06-01use display version instead of upload version in dist tarballFlorian Dold
2016-06-01fix version and manifestFlorian Dold
2016-05-20Package manifest.jsonFlorian Dold
2016-03-18clean up i18nFlorian Dold
2016-03-18fix archive creationFlorian Dold
2016-03-18appdistFlorian Dold
2016-03-18appdistFlorian Dold
2016-03-17add dist target, keep i18n in lib/ for nowFlorian Dold
2016-03-17bump yearFlorian Dold
2016-03-17gulpfileFlorian Dold
2016-03-17generate pogen from gulpfileFlorian Dold
2016-03-17add srcdist targetFlorian Dold
2016-03-02remove lang js for nowFlorian Dold
2016-03-01add authorFlorian Dold
2016-02-29restructureFlorian Dold