diff --git a/nflow-explorer/Gruntfile.js b/nflow-explorer/Gruntfile.js index 2662cc860..bf515bcf9 100644 --- a/nflow-explorer/Gruntfile.js +++ b/nflow-explorer/Gruntfile.js @@ -236,8 +236,14 @@ module.exports = function (grunt) { usemin: { html: ['<%= yeoman.dist %>/**/*.html'], css: ['<%= yeoman.dist %>/styles/{,*/}*.css'], + js: ['<%= yeoman.dist %>/**/*.js'], options: { - assetsDirs: ['<%= yeoman.dist %>','<%= yeoman.dist %>/images'] + assetsDirs: ['<%= yeoman.dist %>','<%= yeoman.dist %>/images'], + patterns: { + js: [ + [/(nflow_logo\.svg)/, 'Replacing reference to nflow_logo.svg'] + ] + } } },