simple_datatables
couldn't find file 'simple_datatables'
Looks like when i hit this line in my assets
//= require simple_datatables
I get an error.
$ rake assets:precompile
rake aborted! couldn't find file 'simple_datatables' (in /Users/d/p/ror_ecommerce/app/assets/stylesheets/admin.css.scss:3)
Tasks: TOP => assets:precompile:primary (See full trace by running task with --trace) rake aborted! Command failed with status (1): [/Users/davidhenner/.rvm/rubies/ruby-1.9.2-...]
Tasks: TOP => assets:precompile
OK i added this in the CSS... my bad but...
You need to require coffeescript. I have never required it in my app.
All update the readme to state JS not css even though I was dumb. :)