diff --git a/gulpfile.js b/gulpfile.js index 25af23bf..d786c29f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -184,8 +184,8 @@ function bundle(watch) { .on('error', notify.onError('Error: <%= error.message %>')) .pipe(gulpif(!argv.production, sourcemaps.write())) // writes .map file .on('error', notify.onError('Error: <%= error.message %>')) - .pipe(gulpif(argv.production, uglify())) - .on('error', notify.onError('Error: <%= error.message %>')) + //.pipe(gulpif(argv.production, uglify())) + //.on('error', notify.onError('Error: <%= error.message %>')) .pipe(gulp.dest('./build/js')) .on('error', notify.onError('Error: <%= error.message %>')) .pipe(browserSync.stream()) diff --git a/js/components/edition.js b/js/components/edition.js index 12352b2e..28bc1e81 100644 --- a/js/components/edition.js +++ b/js/components/edition.js @@ -617,9 +617,11 @@ let CoaDetails = React.createClass({ return (

- + + +