-
Currently, only the Gradle analyzer uses the new dependency graph format introduced in https://github.com/oss-review-toolkit/ort/pull/3502. We should take advantage of the new format for more (ultimat…
-
Apologies if this is the wrong forum, but my googling was fruitless.
Twitter Bootstrap 3.0.1 was released today. As part of the update, they change the "main" attribute of their bower.json to look li…
-
I have noticed that the bower package is not up to date with the latest js in the github repo, replacing the bower-component build/angular-datepicker.js restores expected functionality for example the…
-
Incorporating the bower components in your meteor package will limit the user to the versions that you have packaged.
Please remove the components and instead provide the user with sample bower depen…
-
entire irrelevant packages are included -- seems only a handful (maybe less than five files?) are actually needed.
Current craziness:
```
bower_components/angular-mocks/README.md
bower_components/an…
-
- for NPM, should create a `.npmignore` file if it doesn't exist and include `bower.json`, `component.json`, and `bower_components`..
- for bower, should add the `ignore` field in bower.json with `nod…
-
I would like to propose to centralize package management to npm. So, packages in bower.json are moved to package.json as devDependencies.
What are the pros for bower? I would prefer to just use one si…
-
Hi! I used your code on a project and needed to install it with Bower, so I registered it as a bower package. Now I can install it like this:
```
bower install mudcube-eventjs
```
Tanx for the great…
-
because util (dojoutil) is required in package.js:
`require(['dojo-util/build/buildControl'], function (buildControl) {`
client.profile.js snippet:
```
packages:[{
name: 'dojo',
…
-
### What steps will reproduce the problem?
In my Docker container (`php:8.2-bullseye`) I use `yii2-app-basic`:
git clone https://github.com/yiisoft/yii2-app-basic
Then add `https://github…