xtv-online / football-graphics

HTML5 templates and control application for CasparCG for association football
GNU General Public License v3.0
36 stars 6 forks source link

Vendor css and js problems #5

Open deedos opened 8 years ago

deedos commented 8 years ago

Hi. After building, getting 202 for vendor.css and vendor.js

gulp
[14:25:09] Using gulpfile ~/src/football-graphics/graphics-control/gulpfile.js
[14:25:09] Starting 'default'...
[14:25:09] Starting 'build'...
[14:25:09] Starting 'less'...
[14:25:09] Finished 'less' after 435 ms
[14:25:09] Starting 'js'...
[14:25:09] Finished 'js' after 314 ms
[14:25:09] Starting 'fonts'...
[14:25:09] Finished 'fonts' after 2.35 ms
[14:25:09] Starting 'vendor'...
[14:25:09] Starting 'vendorJS'...
[14:25:09] Finished 'vendorJS' after 1.97 ms
[14:25:09] Starting 'vendorCSS'...
[14:25:09] Finished 'vendorCSS' after 1.51 ms
[14:25:09] Finished 'vendor' after 3.98 ms
[14:25:09] Finished 'build' after 758 ms
[14:25:09] Starting 'nodemon'...
[14:25:10] Finished 'nodemon' after 132 ms
[14:25:10] Starting 'watch'...
[14:25:10] Finished 'watch' after 154 ms
[14:25:10] Finished 'default' after 1.05 s
[14:25:10] [nodemon] 1.9.2
[14:25:10] [nodemon] to restart at any time, enter `rs`
[14:25:10] [nodemon] watching: server/*.js server/**/*.js config/*.js config/**/*.js
[14:25:10] [nodemon] starting `node --debug index.js`
debugger listening on port 5858
Listening on 3000
GET / 200 8.216 ms - 12685
GET /css/vendor.css 404 4.600 ms - 27
GET /js/vendor.js 404 3.716 ms - 25
GET /css/client.css 200 4.705 ms - 1483
GET /js/application.js 200 4.409 ms - 69257

thanks in advance

niklasR commented 8 years ago

Hi @deedos, Sorry for the (rather long) delay in getting back to you - completely forgot about this issue. I just build this from scratch on a clean node v6 container, and it works fine for me.

Could you give me some more information if this is still an issue?

Thanks, Nik

deedos commented 8 years ago

Hi @niklasR

cheers

GreyForever commented 7 years ago

Hi! The same problem with the missing files(/css/vendor.css 404,/js/vendor.js 404) and the same parameters as the previous user. Please help. Thanks in advance!!!)

Do the files exist in football-graphics/graphics-control/public/? No. they are not being created

BogiHammer commented 5 years ago

Is there a Fix here? i'm getting the same error?