bower-bundler

0.0.1 • Public • Published

bower-bundler

This plugin will help you bundle your bower libraries to a giving path with the knowledge of the dependecy priorities.

Installation

npm install -g bower-bundler

Usage

Simply use bower-bundler in the root folder where you're bower file is located.

If you want a other bundle name than "bower-bundle" use

bower-bundler --name="MyAwesomeName"

If your bower file is located somewhere else than default "./bower.json" use

bower-bundler --bower-file="path/to/bowerfile/from/projectroot.json"

!Note that the file should end with .json

If your bower_components folder is named differently or its located somewhere else use

bower-bundler --bower-components="path/to/bower_components"

The bundle will be distributed by default in the same folder. That's not what I liked for my projects so use

bower-bundler --dist="path/to/dist"

Bugs? Please create an issue

Suggestions? Please create an issue

Pull requests welcome

Readme

Keywords

none

Package Sidebar

Install

npm i bower-bundler

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • herrwalter