0.0.5 • Published 10 years ago

copydep v0.0.5

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

wiredep

Wire dependencies to your source code.

Getting Started

Install the module with: npm install wiredep --save

var wiredep = require('wiredep')({
  directory: 'the directory of your Bower packages.',
  bowerJson: 'your bower.json file contents.',
  ignorePath: 'optional path to ignore from the injected filepath.',
  htmlFile: 'the path to the HTML file to take control of.',
  jsPattern: 'default: <script src="{{filePath}}"></script>',
  cssPattern: 'default: <link rel="stylesheet" href="{{filePath}}" />'
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2013 Stephen Sawchuk. Licensed under the MIT license.

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago