change name of form assets from form-vendor.min.js to vendor.min.js

This commit is contained in:
David Baldwynn 2017-11-13 16:56:24 -08:00
parent 09d430a7e1
commit 15a508cca7

View file

@ -123,7 +123,7 @@ module.exports = function(grunt) {
compress: true
},
files: {
'public/dist/form-vendor.min.js': bowerArray
'public/dist/vendor.min.js': bowerArray
}
}
},