0.1.0 • Published 8 years ago

binject v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

binject

Simple Bower Injection

Installation

npm install -g binject

How to use it ?

Your index.html :

<html>
    <head>
        <!-- bower:css -->
        <!-- endbower -->
    </head>
    <body>
        Your App
        <!-- bower:js -->
        <!-- endbower -->
    </body>
</html>
binject index.html

Options

/public /index.html /bower_components /bower.json

binject web/index.html --ignorePath /public
binject web/index.html --relative