Meteor and Phaser - error loading asset
问题 I run Phaser with Meteor I get an error when loading a .png file from the directory. Could someone please provide some guidance on how to fix it. My environment is ubuntu 14.04 Meteor 1.1.0.2 Phaser v2.3.0 My directory structure and folders are cmt@ubuntu:~/projects/myMeteorProjects/issueReplication2$ ls -R .: client index.css index.html public server ./client: client.js phaser.js ./public: car.png index.html is <head> <title>phaser and meteor</title> </head> <body> <h1>Phaser and Meteor</h1>