pnotify-rails icon indicating copy to clipboard operation
pnotify-rails copied to clipboard

Missing the pnotify icon images in the original plugin.

Open rpocklin opened this issue 11 years ago • 3 comments

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.

rpocklin avatar May 04 '13 15:05 rpocklin

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

chrisjensen avatar Dec 30 '13 02:12 chrisjensen

"~/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

Faisal-nfl avatar Apr 18 '16 13:04 Faisal-nfl

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.

Faisal-nfl avatar Apr 29 '16 14:04 Faisal-nfl