SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 403 forks source link

Undefined variables on fresh install #392

Closed legacy370 closed 6 years ago

legacy370 commented 6 years ago

With a fresh install of Spina, when I first try to access the application, it bombs on Undefined variable: "$helvetica". Undefined variable: "$georgia". After changing those variables to $font-stack-helvetica and $font-stack-georgia, found in </ruby-2.4.1/gems/spina-template-0.4.2/app/assets/stylesheets/spina/_configuration.sass" , I then encountered Undefined mixin 'row'.

Bramjetten commented 6 years ago

Sounds like a dependency on bourbon. Are you using the latest version?

Op vrijdag 31 augustus 2018, om 20:26 heeft Norman Snyder het volgende geschreven:

With a fresh install of Spina, when I first try to access the application, it bombs on Undefined variable: "$helvetica". Undefined variable: "$georgia". After changing those variables to $font-stack-helvetica and $font-stack-georgia, found in </ruby-2.4.1/gems/spina-template-0.4.2/app/assets/stylesheets/spina/_configuration.sass" , I then encountered Undefined mixin 'row'.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/SpinaCMS/Spina/issues/392), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAZ0zH4JkFZExEySu14AKzxGGF_pUfcLks5uWX-6gaJpZM4WVqs3).

legacy370 commented 6 years ago

spina-1.0.3 bourbon (5.1.0)

Bramjetten commented 6 years ago

We dropped bourbon a couple of versions ago. The errors you’re seeing shouldn’t come from Spina. Could you try updating to the master branch?

Op vrijdag 31 augustus 2018, om 20:47 heeft Norman Snyder het volgende geschreven:

spina-1.0.3 bourbon (5.1.0)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub (https://github.com/SpinaCMS/Spina/issues/392#issuecomment-417757308), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAZ0zHxtfYwODhmBY5hP2Ehcvubeyh02ks5uWYS2gaJpZM4WVqs3).

legacy370 commented 6 years ago

Fantastic! I removed the bourbon gem entirely from my system, and removed both spina 0.8.3 and spina 1.0.3. Then did a bundle update, after adding gem 'spina', '~> 1.0' to the Gemfile. It now comes up cleanly.