From f89ad375169f6156635cd8074a888a270b4a38ed Mon Sep 17 00:00:00 2001
From: Glenn Vorhes <gavorhes@wisc.edu>
Date: Wed, 11 May 2016 20:57:19 -0500
Subject: [PATCH] removed export in floathead

---
 ext/jquery.floatThead.js |  1 -
 gulpfile.js              | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/ext/jquery.floatThead.js b/ext/jquery.floatThead.js
index 42eba92..17ed5e8 100644
--- a/ext/jquery.floatThead.js
+++ b/ext/jquery.floatThead.js
@@ -964,4 +964,3 @@ let jQuery = require('jQuery');
   })();
 })(jQuery);
 
-export default undefined;
\ No newline at end of file
diff --git a/gulpfile.js b/gulpfile.js
index 1d96998..5506d4a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -64,26 +64,6 @@ gulp.task('tsmo', () => {
     return _tsmo(false);
 });
 
-//
-// function _npmrds(doMinify) {
-//     "use strict";
-//
-//     return processJsFile('./flaskApp/blueprints/npmrds/static/js/heatmap/main.js', './flaskApp/blueprints/npmrds/static/_build/heatmap-main.js', doMinify);
-// }
-//
-// gulp.task('npmrds-dev', () => {
-//     "use strict";
-//
-//     return _npmrds(false);
-// });
-//
-// gulp.task('npmrds-prod', () => {
-//     "use strict";
-//
-//     return _npmrds(true);
-// });
-
-
 function _ssa(production) {
     "use strict";
     gulpHelpers.processLessFile('./flaskApp/blueprints/testing/static/css/ssa-corridor.less', './flaskApp/blueprints/testing/static/_build/ssa-corridor.css');
-- 
GitLab