Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Bootstrap CSS path missing unless one uses Sass / Compass #1128

Closed
JohnLockwood opened this issue Jun 28, 2015 · 6 comments
Closed

Bootstrap CSS path missing unless one uses Sass / Compass #1128

JohnLockwood opened this issue Jun 28, 2015 · 6 comments

Comments

@JohnLockwood
Copy link

Using the generator on a fairly clean Ubuntu box using Yo, without Compass installed, and answer no to the "Would you like to use Sass with Compass" question. (I.e., pretty much follow the Yeoman codelab Yeoman tutorial). In this case bootstrap.css is not included in the index.html file. Installing Compass / Sass and doing it that way is a workaround. Seems to be true for the last couple of versions, since I backed up to 0.4.0 to try to fix it before trying Sass.

@johnykov
Copy link

+1

3 similar comments
@houmanka
Copy link

+1

@fxleblanc
Copy link

+1

@shakhrillo
Copy link

+1

@eddiemonge
Copy link
Member

duplicate of #1116

@kapposds
Copy link

kapposds commented Nov 8, 2016

{
"name": "test-project",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "3.3.4",
"angular-animate": "^1.4.0",
"angular-aria": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-messages": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
}
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "testProjectApp"
}

this is my bower.json file, and I still have the same problem. No css, no bootstrap.

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

7 participants