firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Pm remove bootstrap from winter #88

Closed pmckernin closed 4 years ago

pmckernin commented 4 years ago

Disregard this I am going to delete it and open a PR to merge into the "winter-2020" branch.

I removed all of the classes from the draft resource views. When I am running these in a Gitpod environment using our base rails repository as the starting point I am getting a webpacker error. This is solved when I comment out the line below in the application.html.erb file.

<%= javascript_pack_tag 'application' %>

Screen Shot 2020-08-07 at 2 58 28 PM