amandris / arbitrage-trading-bot

Bot to automate trading orders between Bitcoin exchanges to make some profit.
MIT License
42 stars 30 forks source link

Error reading css and js files #7

Closed rafamadaloz closed 4 years ago

rafamadaloz commented 4 years ago

When running bin/console server: run localhost: 8000 I am experiencing these errors

[OK] Server listening on http://localhost:8000

 // Quit the server with CONTROL-C.

[Fri Oct 25 01:14:51 2019] ::1:53931 [200]: /
[Fri Oct 25 01:14:53 2019] ::1:53936 [404]: /build/css/dashboard.min.css
[Fri Oct 25 01:14:54 2019] ::1:53932 [404]: /build/css/base.min.css
[Fri Oct 25 01:14:55 2019] ::1:53937 [404]: /build/js/base.min.js
[Fri Oct 25 01:14:56 2019] ::1:53938 [404]: /build/js/dashboard.min.js
[Fri Oct 25 01:14:56 2019] ::1:53939 [200]: /bundles/fosjsrouting/js/router.js
[Fri Oct 25 01:14:57 2019] ::1:53940 [200]: /js/routing?callback=fos.Router.setData
[Fri Oct 25 01:14:58 2019] ::1:53946 [404]: /build/js/base.min.js
[Fri Oct 25 01:14:59 2019] ::1:53948 [404]: /build/js/dashboard.min.js
[Fri Oct 25 01:15:00 2019] ::1:53950 [200]: /_wdt/d38eda
amandris commented 4 years ago

Did you run gulp? It generates the minified final css and js files.

rafamadaloz commented 4 years ago

@amandris I was having problems running when installing npm and running Gulp with Node.js version 12.13.0 LTS. By switching to version 10 I was able to make it work.