diff --git a/gulp/tasks/copy.js b/gulp/tasks/copy.js index 17be9db..34f71b2 100644 --- a/gulp/tasks/copy.js +++ b/gulp/tasks/copy.js @@ -4,7 +4,7 @@ module.exports = function (gulp, plugins, config) { .pipe(gulp.dest(config.build)); gulp.src(['assets/logo.svg']) .pipe(gulp.dest(config.build)); - gulp.src(['node_modules/promise-polyfill/promise.js', 'polyfill.js']) + gulp.src(['node_modules/promise-polyfill/promise.js', 'polyfill.js', 'node_modules/raven-js/dist/raven.js']) .pipe(gulp.dest(config.build + '/vendor')); return gulp.src(['assets/fonts/*', 'assets/icons/fonts/*']) .pipe(gulp.dest(config.build + '/fonts')); diff --git a/html/index.html b/html/index.html index c731ef5..e66a8f9 100644 --- a/html/index.html +++ b/html/index.html @@ -10,6 +10,10 @@ + +
diff --git a/lib/main.js b/lib/main.js index 9014e02..98b6fd5 100644 --- a/lib/main.js +++ b/lib/main.js @@ -170,6 +170,7 @@ define(['moment', 'utils/router', 'leaflet', 'gui', 'helper', 'utils/language'], document.querySelector('.loader').innerHTML += e.message + '