Skip to content
Snippets Groups Projects
Commit f89ad375 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

removed export in floathead

parent 8bd5a050
No related branches found
No related tags found
No related merge requests found
......@@ -964,4 +964,3 @@ let jQuery = require('jQuery');
})();
})(jQuery);
export default undefined;
\ No newline at end of file
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment