Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Sprockets cannot locate the CSS for the gem #3

Open
RailsCod3rFuture opened this issue Jan 21, 2016 · 2 comments
Open

Sprockets cannot locate the CSS for the gem #3

RailsCod3rFuture opened this issue Jan 21, 2016 · 2 comments

Comments

@RailsCod3rFuture
Copy link

I restarted the IDE and everything.

"couldn't find file 'jquery.ui.datepicker' with type 'text/css'"

@mikekellyio
Copy link

Ran into the same issue, solved by adding the following:

Gemfile.rb

gem 'jquery-ui-rails'

application.css

*= require jquery-ui

application.js

//= require jquery-ui/datepicker

@reejosamuel
Copy link

@mikekellyio the gem name is wrong. use gem 'simple-form-datepicker-reloaded'

update: this gem is empty - there are no files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants