ripplejs / ripple

A tiny foundation for building reactive views
http://ripplejs.github.io
1.28k stars 66 forks source link

Trying to build the examples #8

Closed walterdavis closed 10 years ago

walterdavis commented 10 years ago

The directions say "In each directory run make build, then open up index.html." When I cd into a directory and type make build, I get the error make: *\ No rule to make target `build'. Stop.

Can anyone help me get this started?

Make build at the top level does work, and seems to install a shit-ton of things, so the tool is actually working...

anthonyshort commented 10 years ago

Sorry, the readme for that hasn't been updated and those examples need some love.

Here's a good example of a markdown editor I borrowed from Vue.js http://jsfiddle.net/anthonyshort/QGK3r/light/

walterdavis commented 10 years ago

Thanks, I've got that going. Just wondered how to get the rest of the parts, since they aren't in the package I got from GitHub.

chrisbuttery commented 10 years ago

Hi @walterdavis, all of these initial examples have been given some love. :sparkling_heart:

As long as you have component installed, you'll just need to install and build each example.

If you have any issues, let us know.

walterdavis commented 10 years ago

Thanks so much!

Walter

On Apr 23, 2014, at 7:09 AM, Chris Buttery wrote:

Hi @walterdavis, all of these initial examples have been given some love.

As long as you have component installed, you'll just need to install and build each example.

If you have any issues, let us know.

— Reply to this email directly or view it on GitHub.