diff --git a/dist/GoBot-linux b/dist/GoBot-linux index af93c40..ef8a819 100755 Binary files a/dist/GoBot-linux and b/dist/GoBot-linux differ diff --git a/dist/index.html b/dist/index.html index fca7627..6fe8340 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,5 +1,5 @@ - +
- + \ No newline at end of file diff --git a/dist/static/app.0fcbc3860a585b0e46d5.css b/dist/static/app.51a9064c6fa89f0c8861.css similarity index 100% rename from dist/static/app.0fcbc3860a585b0e46d5.css rename to dist/static/app.51a9064c6fa89f0c8861.css diff --git a/dist/static/app.0fcbc3860a585b0e46d5.js b/dist/static/app.51a9064c6fa89f0c8861.js similarity index 100% rename from dist/static/app.0fcbc3860a585b0e46d5.js rename to dist/static/app.51a9064c6fa89f0c8861.js diff --git a/dist/static/manifest.0fcbc3860a585b0e46d5.js b/dist/static/manifest.51a9064c6fa89f0c8861.js similarity index 90% rename from dist/static/manifest.0fcbc3860a585b0e46d5.js rename to dist/static/manifest.51a9064c6fa89f0c8861.js index acaf93a..5c6714c 100644 --- a/dist/static/manifest.0fcbc3860a585b0e46d5.js +++ b/dist/static/manifest.51a9064c6fa89f0c8861.js @@ -1 +1 @@ -!function(e){function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var n=window.webpackJsonp;window.webpackJsonp=function(t,c,i){for(var u,a,f,s=0,l=[];s Work in progress + +Other libraries are needed in order for CGO work properly cross platform. + +``` +sudo apt-get install gcc-multilib +apt-get install libpango1.0 +``` + +This are some packages I came across as suggestions after a little browsing. Doesn't seem to be working currently. +This is something I need to investigate more on in the future. diff --git a/webpack.prod.config.js b/webpack.prod.config.js deleted file mode 100644 index 77bc17c..0000000 --- a/webpack.prod.config.js +++ /dev/null @@ -1,6 +0,0 @@ -var webpack = require("./webpack.config.js") - -webpack.plugins[0].filename = "/static/[name].[hash].css"; -webpack.output.filename = '/static/[name].[hash].js'; - -module.exports = webpack; \ No newline at end of file