From: Vincent Vanwaelscappel Date: Wed, 17 Jul 2019 15:56:11 +0000 (+0200) Subject: #2843 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=54fc735793e316c588de72c63a9fba58feb05602;p=pmi.git #2843 --- diff --git a/.env.production b/.env.production index 7d37653..f2ab968 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ APP_NAME=PMI APP_ENV=production APP_KEY=base64:/Jmlg7TepI/inQ4KJ3VF0YVTqghRGvvBrnDI7NkUk94= APP_DEBUG=true -APP_URL=https://www.pm-instrumentation.com +APP_URL=https://staging.pm-instrumentation.com LOG_CHANNEL=stack diff --git a/package.json b/package.json index d693e9e..6310d35 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "tailwindcss": "^1.0.4", "vue": "^2.6.10", "vue-slide-up-down": "^1.7.2", - "vue-template-compiler": "^2.6.10", - "parsleyjs": "^2.9.1" + "vue-template-compiler": "^2.6.10" } } diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index a1a1553..4e36bfc 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -10,7 +10,6 @@ window._ = require('lodash'); try { //window.Popper = require('popper.js').default; window.$ = window.jQuery = require('jquery'); - require('parsleyjs'); //require('bootstrap'); } catch (e) {}