binject
v0.1.0
Published
Simple Bower Injector
Downloads
3
Readme
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