meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
809 stars 125 forks source link

No blank lines in manifest #14

Closed meleyal closed 12 years ago

meleyal commented 12 years ago

Rails 3.2.1 has the following warning in the default application.js

// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery_ujs
//= require_tree .

Make sure we don't add any blank lines when adding the requires.

JeanMertz commented 12 years ago

I fixed this in the latest rebase of #7, see here.

meleyal commented 12 years ago

Fixed in fa22c916ce3a87e328d8b295b390754cb34421cd