mbest / knockout.punches

A collection of enhanced binding syntaxes using Knockout 3+
http://mbest.github.io/knockout.punches/
238 stars 19 forks source link

Confusing file structure in npm package #63

Open cervengoc opened 8 years ago

cervengoc commented 8 years ago

I recently spent 1 hour of trying to debug why attribute interpolation wasn't working at all. Finally I found that I incorrectly used the js files from build/output folder (just as they are in knockout npm package) instead of the ones in the root.

The two files in the build/output folder are an old version (0.2.1), that's why it wasn't working. Please do something if you can, so in the future no more victims will get confused by this.