Fix vagrant key / ubuntu gulp issues
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -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
3807
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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
2
web/dist/common.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user