binject

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i binject

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • lseguin