tangify

0.1.3 • Public • Published

tangify

tang for your browserify build.

Tang provides a series of annotations that make it easier to test your angular code. See the tang readme to understand what is possible.

install

npm install --save-dev tang tangify

usage

browserify: {
  debug: true,
  extensions : ['.js', '.coffee'],
  transform : [
    ['coffeeify', {sourceMap:true}],
    ['tangify', {sourceMap:true}]
  ]
}

Browse the github repo for more thorough examples.

Package Sidebar

Install

npm i tangify

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jamestalmage