Deploy Bower Packages

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

The Bower client does not provide a way to deploy packages and relies on a Git repository to host the Bower package code.

To deploy a Bower package into Artifactory, you need to use Artifactory's REST API or the Web UI.JFrog REST APIs

A Bower package is a simple tar.gz file which contains your project code as well as a bower.json file describing the package name and version.

Usually, you will use a custom Grunt/ Gulp task to pack your project into an archive file and deploy it to Artifactory.

Version property

Make sure to include a version property in your bower.json file. You can add the property manually or by using the bower version command.