Fix missing vendor file reference

vendor.min.js not found
This commit is contained in:
FELIX CHERUIYOT 2017-11-17 07:43:21 +03:00 committed by GitHub
parent 084a8005fd
commit 13c3263667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml')
//Minified Bower Dependencies
script(src='/static/lib/angular/angular.min.js')
script(src='/static/dist/vendor.min.js')
script(src='/static/dist/form-vendor.min.js')
script(src='/static/lib/angular-ui-date/src/date.js', type='text/javascript')
//Application JavaScript Files