damncabbage / purescript-workshop

Step-by-step tutorial materials for the "A Whirlwind Tour of PureScript" workshop, held at YOW! Lambda Jam 2016 in Brisbane, and Compose Conf 2016 in Melbourne, Australia..
http://robhoward.id.au/talks/2016/04/a-whirlwind-tour-of-purescript/
37 stars 7 forks source link

Aliases in Exercise folders #7

Closed andreasthoelke closed 7 years ago

andreasthoelke commented 7 years ago

The workshop looks super helpful/comprehensive, thank you!

I noticed that the bower.json files in the exercise folders are aliases not real files. (e.g. at https://github.com/damncabbage/purescript-workshop/tree/master/01%20Basics/01%20Building%20Things%2C%20Finding%20Things%2C%20Trying%20Things/Exercise )

Could you perhaps commit the bower.json and package.json files?

andreasthoelke commented 7 years ago

Sorry, just noticed the files are in the repo under /common. I just had to delete the bower_components alias in the Exercise folder to get bower install and npm install working.

damncabbage commented 7 years ago

Thanks! And sorry, the bower+npm bit of this is a bit hacky / convoluted.