Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails 3.1: Do I need to use CoffeeScript?

Do I need to use CoffeeScript instead of JS in a Rails 3.1 app? The same goes for SASS and CSS.

thanks

like image 589
donald Avatar asked Jul 26 '11 16:07

donald


1 Answers

No you don't. Just remove the coffeescript and sass gems in the Gemfile and you are good to go.

like image 199
bradgonesurfing Avatar answered Oct 12 '22 14:10

bradgonesurfing