Hello

Current setup is WAMP + Fire.App (compass gui) + omega 7.x-4.0-beta7.

Using Omega base theme and basic Starter Kit.

error sass/mysupersite.normalize.scss (Line 8: File to import not found or unreadable: toolkit/border-box.)

If I copy toolkit-1.x.x/compass/stylesheets/toolkit downloaded from https://github.com/team-sass/toolkit to sites/all/themes/mysupersite/sass/toolkit then I dont have any error.

Is is Omega bug related or my setup ?

Comments

akumajo’s picture

update :

I just noticed another "bug" while owiz generate theme

https://github.com/fubhy/selectivizr/archive/master.zip.
Unable to unzip [error]

C:\Users\marc\AppData\Local\Temp/make_tmp_1376814235_5210849b2a68a/master.zip.
html5shiv downloaded from [ok]

https://github.com/fubhy/html5shiv/archive/master.zip.
Unable to unzip [error]

C:\Users\marc\AppData\Local\Temp/make_tmp_1376814235_5210849b2a68a/master.zip.
respond downloaded from [ok]

https://github.com/fubhy/respond/archive/master.zip.
Unable to unzip [error]

C:\Users\marc\AppData\Local\Temp/make_tmp_1376814235_5210849b2a68a/master.zip.
matchmedia downloaded from [ok]

https://github.com/fubhy/matchmedia/archive/master.zip.
Unable to unzip [error]

C:\Users\marc\AppData\Local\Temp/make_tmp_1376814235_5210849b2a68a/master.zip.
pie downloaded from https://github.com/fubhy/pie/archive/master.zip. [ok]

Unable to unzip [error]

C:\Users\marc\AppData\Local\Temp/make_tmp_1376814235_5210849b2a68a/master.zip.
You have successfully created the theme Mysupersite (mysupersite) in [success]

sites/all/themes.

to fix I have to create the libraries folder then download and copy files to sites/all/themes/mysupersite/libraries

for some reason, a dot is added after each download link

maybe it's my windows drush the problem ?

fubhy’s picture

Category: bug » support
Status: Active » Fixed

Did you install the ruby gems using bundler? As suggested in the documentation?

Toolkit is a Ruby gem and as such should be installed as one. It simply looks like you didn't install the required dependencies (@see documentation). Copying it into your theme folder is definitely not the right solution ;).

The second comment (drush make unzip problem) looks to be related to a Drush problem on Windows or a permission problem or (also) a missing dependency for a unzip CLI package? Please file this as a support request in the Drush issue queue or try to google it. I am sure other people ran across this before. A quick google search reveals a few questions regarding this on stackoverflow. This is not related to Omega though and is rather a problem with your setup or Drush (or both?).

Please follow the installation instructions for the front-end stack from https://drupal.org/node/1936970 - Not sure how well that works with Windows. If you want to stay with Windows please read this: https://drupal.org/node/1744592#comment-7632869 and the following comments. Especially this: https://drupal.org/node/1744592#comment-7651971

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.