README.md in frontend-helpers-0.0.9 vs README.md in frontend-helpers-0.0.9.1
- old
+ new
@@ -104,12 +104,14 @@
### Assets ###
As far as the assets I've added a few of my favorite and most used javascript libraries, those are:
-* [Backbone](http://documentcloud.github.com/backbone/)
-* [Underscore](http://documentcloud.github.com/underscore/)
+#### CHANGED!!! ####
+
+I've removed backbone from this repo, in favor of using the [backbone-rails gem](https://github.com/codebrew/backbone-rails) it gives you really nice generators and a few other really nice things.
+
* [jQuery Fancybox](http://fancybox.net)
* [DD Belated PNG](http://www.dillerdesign.com/experiment/DD_belatedPNG/)
* [jQuery Asynchronous Plugin](http://mess.genezys.net/jquery/jquery.async.php)
* [jQuery Cookie plugin](https://github.com/carhartl/jquery-cookie)
* [jQuery Easing plugin](http://gsgd.co.uk/sandbox/jquery/easing/)
@@ -123,10 +125,9 @@
* [SWF Object](http://code.google.com/p/swfobject/)
* [Tempo](http://tempojs.com/)
All of these can be added to your manifest file for Sprockets like this
- //= require backbone
//= require fancybox
//= require ie
//= require jquery.async
//= require jquery.cookie
//= require jquery.easing