Interesting.  Have you tried clearing Rails' tmp files with `rake 
tmp:clear`?  I've seen that clear up weird asset-related issues.

If that doesn't work, would it be possible to push your app to GitHub or 
somewhere public so I could take a look?  If the code is private, you could 
potentially create a fresh rails app with a minimal example of your problem 
(just your bower set up with application.scss importing foundation.scss - 
the minimal case might even shed light on the problem itself).  

On Tuesday, March 15, 2016 at 1:57:09 PM UTC-4, Justin Stanczak wrote:
>
> Ya it appears to pull in the foundation.scss file, but none of the imports 
> in that file. 
>
> On Tue, Mar 15, 2016 at 1:02 PM, Justin Stanczak <[email protected] 
> <javascript:>> wrote:
>
>> I can probably put it anywhere, but I'm using bower to manage 
>> js/css/scss. Going by an article is how I decided on components folder. 
>> Seems nice and clean that way, but I'm open to better options. Yes the scss 
>> is in that folder it's called foundation.scss. No underscore in file name. 
>> Yes I restarted. However now that you mention the error, there is no error. 
>> There's just no css in the application.css file it creates. And the clear 
>> fact there's no style. :) The foundation.scss just has a bunch of includes. 
>> Here's a sample. 
>>
>> / Sass utilities
>> @import 'util/util';
>>
>> // Global variables and styles
>> @import 'global';
>>
>> // Components
>> @import 'grid/grid';
>> @import 'typography/typography';
>> @import 'forms/forms';
>> @import 'components/visibility';
>> @import 'components/float';
>> @import 'components/button';
>> @import 'components/button-group';
>> @import 'components/accordion-menu';
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/8e2b0b91-c37e-4697-9710-a5b29d44f39e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to