Files
weave-scope/client/test/tests.webpack.js
David Kaltschmidt 4d027fef19 changed tooling from browserify to webpack
* using browsersync instead of livereload
* `gulp serve` works as before
* `gulp sync` starts browserSync and serves UI on port 3000
* everything is built in `build/`
* build release with `gulp build --release`
2015-05-29 11:48:55 +02:00

3 lines
102 B
JavaScript

var context = require.context('../app/scripts', true, /-test\.js$/);
context.keys().forEach(context);