AmpersandJS / tools.ampersandjs.com

Hand-picked tools for building ampersand apps. A grab bag of "solved problems" for single page apps.
https://tools.ampersandjs.com
MIT License
11 stars 2 forks source link

Concert.js #26

Closed moll closed 9 years ago

moll commented 9 years ago

Hey,

For those who like Backbone.Events, I created Concert.js a few years ago as an alternative. Just updated it to support binding extra arguments in addition to the context. ;-)

Cheers

HenrikJoreteg commented 9 years ago

added, thanks! sorry for the delay.

moll commented 9 years ago

No biggie. Thanks!

PS. Is it me or does http://tools.ampersandjs.com/ load to an empty page?

HenrikJoreteg commented 9 years ago

um.... not sure what's happening here, the JS file built properly and exists when i hit it directly in the browser, but it's 404'ing as a resource for the page. Super odd, i pinged @bear to check for DNS issues.

HenrikJoreteg commented 9 years ago

I added a '/' as the resource prefix and it seems to have resolved it... quite odd. Anyway, thanks!

moll commented 9 years ago

What are you seeing when you look at the source of that? I see a page missing <html> et al.

<!DOCTYPE html>
<link href="resources.bf4f90e9.min.css" rel="stylesheet" type="text/css">
<script src="resources.60633f66.min.js"></script>