Ralf Brandenstein

Results 64 comments of Ralf Brandenstein

You can see the full message list if you do `prefix + ~` When i do `prefix + P` (start logging) i get 2 message lines, ``` text Started loggin...

you need to have the default theme set to true also ..or.. you can't set a theme for something it has no files for... pls check the themes folders and...

try also, `basic`... and compare the contents of the 3 theme folders

Did you check the contents of the theme folder...? IF you set all themes to true, you will get these files and folders... ```bash themes/ ├── amazon │   ├── elements...

sorry about closing this so quickly, i thought it got "fixed" :P --- Meteor removes duplicates because of the HTML5 spec. https://github.com/meteor/blaze/issues/30 Consensus seems to be that SUI should be...

@lesliedoghouse From the [Meteor Command Line Docs](https://docs.meteor.com/commandline.html#meteoradd): Running `meteor add [email protected]` will add the package at version `1.1.0` or higher (but not `2.0.0` or higher). If you want to use...

Is there a chance you started the app from outside the apps root directory? We might have to clarify it in the docs or fix it somehow : \

np, but i might add that meteor apps (just like git) usually work even inside a subfolder

I'm not sure what you want to make responsive. Maybe this example page helps: https://semantic-ui.com/examples/responsive.html

if you want a package thats works 'out of the box' you might want to consider using the css version of semantic ui https://atmospherejs.com/semantic/ui-css or `meteor add semantic:ui-css` `semantic:ui` on...