-
Notifications
You must be signed in to change notification settings - Fork 1.2k
CSS Not Working for grunt serve #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What exactly do you mean it doesn't show the css? Most of the default styling depends on bootstrap, so the template page won't look right if you have it disabled. But you should have a main.css which has some basic styling in it, and which you can customize for your application. |
Your generate process shows: |
@DaftMonk @eddiemonge thanks for replying so promptly. I mean that the style in |
I guess I have to use bootstrap to see any kind of styling. |
@shindighq That doesn't sound right, the styles in main.css should be applied to the landing page, however they should look very little like the bootstrap version, and pretty close to having no styles at all. When inspecting the elements do you see the main.css styles being applied? Did the generator create a main.css file thats being included in the index page? |
The boilerplate, Yeoman landing page after running the generator doesn't show CSS at all. I'm probably missing something obvious but I have tried to follow the README as closely as possible. I'm running:
(chose NO SaSS, NO Bootstrap, and no extra angular plugins)
I then run:
Here is my console output:
The text was updated successfully, but these errors were encountered: