You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
This is likely just because I am not super up-to-speed on the asset pipeline, but when I follow the instructions in the README for my Rails 3.2.17 app, things don't work.
I've added zeroclipboard-rails to my Gemfile. I run bundle
I add to application.js:
//= require zeroclipboard
And i get file not found loading the page:
couldn't find file 'zeroclipboard'
(in /Users/rc/work/app/app/assets/javascripts/application.js:17)
The swf file is in public/assets but, indeed, there's no zeroclipboard.js in the project at all.
The text was updated successfully, but these errors were encountered:
chrchr
changed the title
Sprockets::FileNotFound on installation
Sprockets::FileNotFound after installation
Mar 20, 2014
This is likely just because I am not super up-to-speed on the asset pipeline, but when I follow the instructions in the README for my Rails 3.2.17 app, things don't work.
I've added zeroclipboard-rails to my Gemfile. I run bundle
I add to application.js:
And i get file not found loading the page:
The swf file is in public/assets but, indeed, there's no zeroclipboard.js in the project at all.
The text was updated successfully, but these errors were encountered: