loomnetwork / phaser-sdk-demo

15 stars 4 forks source link

Uper lower case mismatch #1

Open adamskrodzki opened 6 years ago

adamskrodzki commented 6 years ago

If You use filenames case-sensitive OS (Like ubuntu linux) code do not compile because of lowe/upper case mismatch

in main.js (and not only there) we can see

import createContract from './simpleContract'

While the file is

phaser-sdk-demo/src/SimpleContract.js

and class is phaser-sdk-demo/src/SimpleContract

it cause building errors, which i fixed my baking naming consistet

ZimM-LostPolygon commented 6 years ago

Same here. Had to fix the file names in code.

mattkanwisher commented 6 years ago

Serheii can you submit a PR

fiblan commented 6 years ago

fixed in 15f8d56