Skip to content
Snippets Groups Projects
Commit f9c07706 authored by Sean McArthur's avatar Sean McArthur
Browse files

removing gobbledygook symlink

symlink no worky on Windows, so make a copy
at postinstall instead
parent 4ebf1a44
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
/resources/static/production
/resources/static/i18n
/resources/static/common/js/lib/bidbundle.js
/resources/static/common/js/lib/gobbledygook.js
/resources/static/dialog/views/site
.DS_Store
Thumbs.db
......
../../../../../node_modules/gobbledygook/gobbledygook.js
\ No newline at end of file
"use strict";
// make symlinks
var fs = require('fs');
var path = require('path');
......@@ -28,6 +29,7 @@ function copy(src, dest) {
}
copy('../node_modules/jwcrypto/bidbundle.js', '../resources/static/common/js/lib/bidbundle.js');
copy('../node_modules/gobbledygook/gobbledygook.js', '../resources/static/common/js/lib/gobbledygook.js');
// generate ephemeral keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment