anthkris / id-simulator

A reigns-like yes/no game about being an instructional designer
MIT License
4 stars 5 forks source link

Converted to webpack. Added SASS middleware. Added idb package. #10

Closed garajo closed 6 years ago

garajo commented 6 years ago

I've converted to a bundled environment using webpack. Bundling so far includes JS, CSS with SASS. I've not touched on images, since I don't really understand the objective yet, and created a new ticket #11. Resolves #2

garajo commented 6 years ago

I just noticed something broke though, instructions don't go past the first set. So don't merge this yet. Seems like some instruction var has gone out of scope since using modular JS.

garajo commented 6 years ago

@anthkris I fixed the starterData so it loads all the different users now. I also noted the node version. You can review to merge now.

anthkris commented 6 years ago

@garajo LGTM! Thanks!