Re: [Rails] "g controller" is creating .css not .css.scss

2015-01-15 Thread Vivek Sampara
I think you're missing the gem 'sass-rails' . can you paste your Gemfile ? On Fri, Jan 16, 2015 at 12:21 PM, E. Allan Montes D. wrote: > > > I am using "rails g controller welcome index" to gener

[Rails] "g controller" is creating .css not .css.scss

2015-01-15 Thread E. Allan Montes D.
I am using "rails g controller welcome index" to generate the files for a new app, but it generates welcome.scss (instead of welcome.css.scss). Terefoe I am unable to link the css code to the ma