Fix vagrant key / ubuntu gulp issues

This commit is contained in:
Thilina Pituwala
2020-05-20 12:04:28 +02:00
parent 61abe71314
commit 1ca9cc0ed6
4 changed files with 1916 additions and 1896 deletions

1
Vagrantfile vendored
View File

@@ -15,6 +15,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: <<-SHELL
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA8E81B4331F7F50
sudo apt-get update
SHELL

3807
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -217,7 +217,7 @@ if (typeof define === 'function' && define.amd) define([], () => Aes); // AMD
/* jshint node:true *//* global define, escape, unescape, btoa, atob */
'use strict';
if (typeof module !== 'undefined' && module.exports) var Aes = require('./aes'); // CommonJS (Node.js)
if (typeof module !== 'undefined' && module.exports) var Aes = require('./Aes'); // CommonJS (Node.js)
/**

2
web/dist/common.js vendored

File diff suppressed because one or more lines are too long