Project Properties Window: JavaScript Libraries: Bower

The Bower page in the Project Properties window enables you to add, edit, update or remove Bower libraries from your project.

Value Description

Regular

Select this tab to view, add, edit, update, or remove the details for Bower dependencies that the project requires when it is run.

    Package

Displays the name of a Bower dependency.

    Required Version

Displays the version of the package that is required to be installed on your machine.

    Installed Version

Displays the version of the package installed on your machine.
    Latest Version Displays the most recent released version of the Bower dependency.

Development

Select this tab to view, add, edit, update, or remove the details for Bower dependencies that are not required for the execution of the project (for example, testing tools).

    Package

Displays the name of a Bower dependency.

    Required Version

Displays the version of the package that is required to be installed on your machine.

    Installed Version

Displays the version of the package installed on your machine.
    Latest Version Displays the most recent released version of the Bower dependency.

You can use the following buttons to the right of the table:

Element Description

Add

Click to add a Bower dependency on the specified package.
Edit Click to edit the installed and the required version of a Bower dependency.

Remove

Select a package in the table and click Remove to remove it.

Update

Select a package in the table and click Update to update the details.
Move to
    Development Click to move the selected package to the Development tab.
    Regular Click to move the selected package to the Regular tab.
    Optional Click to move the selected package to the Optional tab.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.