pnotify-rails
pnotify-rails copied to clipboard
Missing the pnotify icon images in the original plugin.
Wasn't obvious that these have been excluded from this rails gem. I'm not using them, but might be worth noting in the documentation if this is by design.
Yes, that stumped me too.
For those looking for a solution, fetch the original files from the pines notify repo: https://github.com/sciactive/pnotify/archive/master.zip
Extract the file and then copy the icon files and stylesheet into your into your app, eg:
mv ~/Downloadspnotify-master/oxygen/icons.css app/assets/stylesheets/
mv ~/Downloadspnotify-master/oxygen/16 app/assets/images
mv ~/Downloadspnotify-master/oxygen/32 app/assets/images
Then add the icons css to your application manifest
*= require icons
"~/Downloadspnotify-master/oxygen/icons.css" is it actual path or something else I 'm not finding any file named "icons.css" or any of them mentioned in path
This issue is resolved in latest gem (3.0.0), just update your gem by running
bundle update pnotify-rails
and there will be no issue with icons.