Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-28Remove obsolete commentClaudio Guglielmo1-1/+0
2020-11-17Add Eclipse metadata for new modulesMatthias Villiger7-0/+554
2020-11-04Do not exclude vendors for JavaScript source mapsMatthias Villiger1-2/+1
2020-11-03Support automatic chunk creation for JavaScript assetsMatthias Villiger2-68/+19
2020-10-28Delete Eclipse meta dataMatthias Villiger4-60/+0
2020-09-17Update JavaScript dependenciesMatthias Villiger2-29/+35
2020-09-02update karma to 5.2.0Dominik Landtwing1-1/+1
2020-05-27Webpack: support adding theme entry points and webpack.config.custom.jsClaudio Guglielmo2-40/+97
2020-05-20Webpack: always use external source maps, even in dev modeClaudio Guglielmo2-0/+9
2020-05-04Use new ES6 features: rest param, spread operator, let, arrow functionClaudio Guglielmo3-9/+19
2020-05-04Fix eslint warningsClaudio Guglielmo1-4/+6
2020-04-17cli: pass webpack args to karmaClaudio Guglielmo2-5/+24
2020-04-17cli: process arguments to allow adjusting the build using cliClaudio Guglielmo3-30/+71
2020-04-09Update scout version from 10.0 to 11.0Adrian Egloff2-3/+3
2020-03-02Do not use '/pom.xml' in maven project.parent.relativePathRalph Steiner1-1/+1
2020-02-12Update npm dependenciesClaudio Guglielmo2-4/+4
2020-01-31package.json: remove peerDependenciesStephan Merkli1-0/+1
2020-01-30Improve productive JS stack tracesClaudio Guglielmo1-5/+30
2019-12-17Update to new maven master 3.8.0-SNAPSHOTClaudio Guglielmo1-2/+2
2019-12-09Webpack: simplify chunksClaudio Guglielmo1-0/+23
2019-12-04Ensure the Karma process exists after test executionMatthias Villiger1-2/+6
2019-12-04Do not end the JS test process (karma) with error code on test failuresMatthias Villiger1-4/+4
2019-12-04Fix img.shields.io urls for tests and buildMatthias Villiger1-2/+2
2019-11-27Add readme for Scout npm packagesMatthias Villiger2-0/+31
2019-11-25Update Eclipse meta dataMatthias Villiger4-0/+60
2019-11-22Remove internal publish registry from external moduleMatthias Villiger1-3/+0
2019-11-20Allow patch versions for Scout releng moduleMatthias Villiger1-1/+1
2019-11-19create releng moduleDaniel Schmid4-353/+11
2019-11-14ES6 Mig: Improve webpack build performanceMatthias Villiger1-24/+32
2019-11-13Consistently use master_skip_karma_test instead of master_webTest_skipMatthias Villiger1-1/+1
2019-11-09ES6 Mig: Allow installation of ES maven modulesMatthias Villiger1-36/+0
2019-11-07Check if dependencies is set before loopAdrian Egloff1-5/+7
2019-11-07Let the webpack build fail on errorsMatthias Villiger1-0/+1
2019-11-05remove unused scriptDaniel Schmid2-38/+3
2019-11-05merge scripts to modify package.jsonDaniel Schmid3-52/+76
2019-11-05create script to update dependencies in package.jsonDaniel Schmid3-0/+102
2019-11-02ES6 Mig: Do not include JS build output in npm modulesMatthias Villiger1-0/+1
2019-11-01ES6 Mig: Reformat codeAndreas Hoegger3-7/+7
2019-10-28add cleanup scriptDaniel Schmid1-0/+4
2019-10-23Add Scout ESLint configMatthias Villiger1-1/+1
2019-10-23Include Scout SVG module in scout default chunkMatthias Villiger1-1/+1
2019-10-16Update NPM dependenciesMatthias Villiger3-35/+35
2019-10-16Support for minimized script artifactsMatthias Villiger2-5/+29
2019-10-14Transpile all dependencies with babelMatthias Villiger1-1/+1
2019-10-14Use default Karma config for headless modeMatthias Villiger2-18/+32
2019-10-08Do not clean the output folder in watch modeMatthias Villiger2-11/+19
2019-10-02Enforce ChunksMatthias Villiger1-3/+8
2019-09-26Allow customization of test index locationMatthias Villiger2-9/+19
2019-09-23Fix snapshot dependenciesMatthias Villiger1-1/+1
2019-09-20Use namespace for karma-jasmine-scout pluginMatthias Villiger2-2/+2

Back to the top