aknuds1 / knockout-isotope

Isotope binding for Knockout
8 stars 5 forks source link

Minification #6

Closed mandersondesign closed 11 years ago

mandersondesign commented 11 years ago

Hey,

I have tried minifying your version of Knockout-debug in the spec folder, and I have been unable to get it work. Any chance you can release an official minification version of the modified knockout.js library?

Thanks, Michael

aknuds1 commented 11 years ago

Have you tried building Knockout (my fork of course) from Git? That's how you produce minified Knockout; from the Knockout source tree: ./build/build.sh. If you're on Windows, run the script in e.g. Git bash. The minified library will be in build/output/knockout-latest.js.

aknuds1 commented 11 years ago

I've published version 1.0.3 of Knockout-Isotope and included required Knockout with it. Hope this helps.

mandersondesign commented 11 years ago

Thanks so much!!