leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

dist/transparency.js refers to ./helpers which doesn't exist #138

Closed bryanjswift closed 9 years ago

bryanjswift commented 9 years ago

The files in dist do not include the files from lib inline so when attempting to run them through something like browserify the parsing fails because the files aren't found. I'd recommend either:

  1. Include these dependencies inline within the files in the dist folder or
  2. Leaving main in package.json as the default index.js which then resolves dependencies correctly
ghosh commented 9 years ago

+1 for this