Closed akshatpradhan closed 10 years ago
This is important because if you do a rails g scaffold Post title:string description:string
The post.css.scss file is generated instead of the post.css.less file. I have to manually rename it or pass --skip-stylesheets and add my own.
rails_apps_composer doesn't add the sass-rails gem. The sass-rails gem is added any time you run the rails new
command. It's considered a Rails requirement.
I don't use LESS so I don't have experience in this area.
Should the rails_apps_composer script remove the sass-rails gem when LESS is selected? Will that break anything? Are there unseen consequences?
If you research this, I'd be happy to implement your suggestions.
I'm closing out old issues.
If an individual chooses the option to install twitter-bootstrap-rails (less), then why include the sass-rails gem?
group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' gem 'uglifier', '>= 1.0.3' end