5

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

thanks

Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
donald
  • 23,587
  • 42
  • 142
  • 223

1 Answers1

9

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

bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217