Skip to content
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

CSS files missing from bower.json #16712

Closed
abrararies opened this issue Jun 26, 2015 · 1 comment
Closed

CSS files missing from bower.json #16712

abrararies opened this issue Jun 26, 2015 · 1 comment
Labels

Comments

@abrararies
Copy link

The css files (to be injected) are missing from the "main" array in the bower.json (ver 3.3.5)

This is how it looks now
....
],
"homepage": "http://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
],
....

This was how it used to look
....
"homepage": "http://getbootstrap.com",
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
],
....

Am I missing something here? There should be css files defined in there.
As far as I know, grunt or gulp use the main array to inject files into the project.

@cvrebert
Copy link
Collaborator

Duplicate of #16663.

@twbs twbs locked and limited conversation to collaborators Jun 26, 2015
@cvrebert cvrebert added the meta label Jun 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants