Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

angular-ui-bootstrap build #22

@miguelemosreverte

Description

@miguelemosreverte

Once bower install && npm install was ran, now in bower_components/ all of the needed components where installed, ready to be used.

There was a small problem, though:
When running grunt dev, this was in the output:

Running "bowercopy:dev" (bowercopy) task
bower_components/angular/angular.js -> dist/dev/js/lib/angular.js
bower_components/angular-animate/angular-animate.js -> dist/dev/js/lib/angular-animate.js
bower_components/angular-resource/angular-resource.js -> dist/dev/js/lib/angular-resource.js
bower_components/angular-route/angular-route.js -> dist/dev/js/lib/angular-route.js
bower_components/angular-sanitize/angular-sanitize.js -> dist/dev/js/lib/angular-sanitize.js

bower_components/angular-ui-bootstrap/dist/ui-bootstrap-0.11.0.js was not found
bower_components/angular-ui-bootstrap/dist/ui-bootstrap-tpls-0.11.0.js was not found

The problem was that angular-ui-bootstrap did not have the dist/ folder.

I managed to solve this by running the following commands:

cd bower_components/angular-ui-bootstrap
npm install
grunt --force
cd ../../

Is there a better way of solving this problem?
Why did this not happen before? We are using the same versions of the library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions