Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

load error after fresh install #32

Closed
consolacao opened this issue Jun 21, 2014 · 5 comments
Closed

load error after fresh install #32

consolacao opened this issue Jun 21, 2014 · 5 comments

Comments

@consolacao
Copy link

see the screenshot
bildschirmfoto 2014-06-21 um 17 22 39

@consolacao consolacao changed the title load error after freh install load error after fresh install Jun 21, 2014
@larsonjj
Copy link
Owner

Could you post the contents of your .yo-rc.json file? That will help me replicate the issue and try to solve it quicker.

@consolacao
Copy link
Author

Hi,
The above happened with single page option. Static option was okay. The .yo-rc.json below.

{
"generator-yeogurt": {
"config": {
"projectName": "Rosen Apotheke",
"versionControl": "Git",
"structure": "Single Page Application",
"jsFramework": "Backbone + React",
"jsOption": "Browserify",
"testFramework": "Mocha + Chai",
"cssOption": "SASS",
"useBourbon": true,
"cssFramework": "Bootstrap",
"ieSupport": true,
"useGA": true,
"useFTP": true,
"jshint": true,
"useJsdoc": false,
"useKss": true,
"extras": [],
"html5Addons": [
"htaccess",
"appleIcon",
"adobeXDomain",
"ieIcons"
],
"jsTemplate": "React"
},
"version": "0.9.0"
}
}

@larsonjj
Copy link
Owner

Thanks!
Problem: Looks like I had a conditional blocking the creation of the _global.scss file when you deselect the Box Sizing: Border Box option.

Solution: You can either add a _global.scss file to your styles/base/ folder, or you can just remove the import from the main.scss file

You can also wait 'til the next release (which hopefully will be today) where I will be fixing this issue along with others.

@consolacao
Copy link
Author

Hello,

Yes. Thanks a lot. But today I will not code anymore. I will watch soccer on TV - (#GerGha on Twitter) -
2014 FIFA World Cup.

The next release will even be finer.

larsonjj added a commit that referenced this issue Jun 21, 2014
* dev:
  Upped to v0.9.1
  Fixed up styling for modifiers in the styleguide
  Fixed styling issues for default fonts within the Styleguide. Updated markup for styleguide so modifiers look better.
  Fixed #32
  Fixed Issue where the HTML tag would not be loaded in Internet Explorer when IE8+ suppoert was not selected as an option
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants