From 932d439444f10774bff546923cc0a2e5e2f2857b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Jul 2018 13:57:57 +0200 Subject: Rewrite (only for backend/oauth/api use from now on) --- resources/assets/js/app.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 resources/assets/js/app.js (limited to 'resources/assets/js/app.js') diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js deleted file mode 100755 index 7cb052d..0000000 --- a/resources/assets/js/app.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * First we will load all of this project's JavaScript dependencies which - * includes Vue and other libraries. It is a great starting point when - * building robust, powerful web applications using Vue and Laravel. - */ - -window.openpgp = require('openpgp'); -window.Vue = require('vue'); -require('./bootstrap'); -require('@fortawesome/fontawesome-free/js/all'); -require('./setup'); -require('./profile'); -require('./chat'); \ No newline at end of file -- cgit v1.2.3