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

modfied gulp helper

parent 5b75ca46
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,13 @@ function _tsmo(production) {
return gulpHelpers.bundleEs2015Multiple(filesArr, production);
}
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('build-tests', function () {
"use strict";
......
......@@ -70,7 +70,7 @@ export function bundleEs2015(inputFile, outFile, production) {
bundler.transform(babelify.configure({
presets: ["es2015"],
ignore: /ol-build\.js|jquery\.min/
ignore: /ol\-build\.js|jquery\.min/
}));
if (!production) {
......
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