From 54fc735793e316c588de72c63a9fba58feb05602 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 17 Jul 2019 17:56:11 +0200 Subject: [PATCH] #2843 --- .env.production | 2 +- package.json | 3 +-- resources/js/bootstrap.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) 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) {} -- 2.39.5