Skip to content

A custom Bower resolver dedicated to decompress Gzip-compressed TAR archives.

License

Notifications You must be signed in to change notification settings

quentinpigne/bower-tgz-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bower-tgz-resolver

A custom Bower resolver dedicated to decompress Gzip-compressed TAR archives.

Installation

npm install -g @quentinpigne/bower-tgz-resolver

In order to use Bower with Gzip-compressed TAR archives you need 2 components (npm packages):

  1. @quentinpigne/bower-tgz-resolver - A custom, pluggable Bower resolver which is dedicated to decompress Gzip-compressed TAR archives.
  2. bower - Bower version 1.8.0 and above.

Client Configuration

Edit your ~/.bowerrc and add the @quentinpigne/bower-tgz-resolver.

{
  "resolvers": ["@quentinpigne/bower-tgz-resolver"]
}

About

A custom Bower resolver dedicated to decompress Gzip-compressed TAR archives.

Topics

Resources

License

Stars

Watchers

Forks