raphamorim / waterfall.js

Tired of use creepy hacks or heavy ways to get a Grid based on Pinterest?
http://raphamorim.io/waterfall.js/
541 stars 70 forks source link

require by commonJS #15

Closed lucasmaiaesilva closed 8 years ago

lucasmaiaesilva commented 8 years ago

I've been installed the waterfall.js and require the lib to be compiled by browserify, but when I run the command the browserify returns an error, I think this is happening because of the name with the extension ".js", because of this, the browserify recognizes this module as a local file in project. And returns a not found error.

rafaelcorreiapoli commented 8 years ago

Happening to me too

raphamorim commented 8 years ago

Solved in 1.1.0 (10f398b4b2c0caeca6629824092ade143ad038bc)

Thanks for reporting :)