From 15a508cca70507db0176c5293bc1436efdc0c2a0 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 13 Nov 2017 16:56:24 -0800 Subject: [PATCH] change name of form assets from form-vendor.min.js to vendor.min.js --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 13214b16..ad0e35b8 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -123,7 +123,7 @@ module.exports = function(grunt) { compress: true }, files: { - 'public/dist/form-vendor.min.js': bowerArray + 'public/dist/vendor.min.js': bowerArray } } },