DEV Community

Discussion on: Using Gritter in Rails 6

Collapse
 
eclecticcoding profile image
Chuck

The only issue I had was loading the gritter stylesheets without throwing a bunch of errors. I ended up loading the css from CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.gritter/1.7.4/css/jquery.gritter.css">