]> _ Git - pmi.git/commitdiff
#2843
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jul 2019 15:56:11 +0000 (17:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jul 2019 15:56:11 +0000 (17:56 +0200)
.env.production
package.json
resources/js/bootstrap.js

index 7d376538d38e555b6e78c7cd1643bf9812b7f052..f2ab9686daaa50d89f057012d6b9dfcb25d85633 100644 (file)
@@ -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
 
index d693e9eaca16ee4c54e3dab75ac1c94764d9ad54..6310d35d9a84f4737200d15a9065fd5f79e451b0 100644 (file)
@@ -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"
     }
 }
index a1a15537d60777b8c289af2d84a516860bc1755c..4e36bfcf9217592a2e18656fa25bb25e52e4697d 100644 (file)
@@ -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) {}