domgetter/dare

without bundle install, sometimes js is same as html

domgetter opened this issue · 1 comments

I would like to not have to do a bundle install at the get go, for simplicity, but if you don't, under some conditions (new opal install maybe?) the rake build will generate a javascript file with its contents just being the html file.

This is easily fixed by just having the developer run bundle install, and this step is added to the readme, but I will look into other solutions.