Can-So / HopStack

A beautifully crafted application stack for software teams. See the Demo ->
http://beardandfedora.com/hopstack
GNU General Public License v2.0
1 stars 2 forks source link

$brand-primary undefined during Grunt Server #2

Closed yaboi closed 10 years ago

yaboi commented 10 years ago

$ grunt server fails and displays the following error.

Running "compass:server" (compass) task                                                                                                                                                        
    directory .tmp/styles                                                                                                                                                                          
        write .tmp/styles/bootstrap.css (3.334s)                                                                                                                                                   
        error beep/styles/plugins.scss (Line 6 of beep/styles/plugins/_bootstrap-slider.scss: Undefined variable: "$brand-primary".)                                                               
        error beep/styles/ui.scss (Line 23 of beep/styles/ui/components/_scaffolding.scss: Undefined variable: "$brand-primary".)                                                                  
    Compilation failed in 2 files.                                                                                                                                                                 
    Warning: ↑ Used --force, continuing.                                                                                                                                                           

    Done, but with warnings.

Problem has been traced back to $brand-primary global variable being undefined during SASS compiling.

yaboi commented 10 years ago

Importing ./global/_var.scss into plugins.scss and ui.scss in order to fix this issue.