mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
* 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`
3 lines
102 B
JavaScript
3 lines
102 B
JavaScript
var context = require.context('../app/scripts', true, /-test\.js$/);
|
|
context.keys().forEach(context);
|