0.1.3 • Published 10 years ago

tangify v0.1.3

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

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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago