INN / impaq-me

A social fundraising tool that enables funders to give money to nonprofits any time a user shares one of their stories and/or someone clicks back to the site via an impaq.me short url. This project is no longer active.
http://impaq.inn.org
GNU General Public License v2.0
0 stars 0 forks source link

Lineman sdk upgrade #93

Closed searls closed 10 years ago

searls commented 10 years ago

This modernizes the SDK build quite a bit and paves the way to us offering multiple SDK types and builds (for example, an SDK build with a different profile, an SDK without jQuery, an unminified SDK build).

It also means we don't need manually build the lineman project, committing its results. Instead, heroku pushes will build the lineman project for us.

For backwards compatibility, impaq.me/scripts/sdk.js will 302 redirect to the latest fully-qualified minified SDK build (and eventually, to its CDN equivalent for folks who want to hotlink us, whether or not we're supporting that), a la: impaq.me/assets/lineman/sdk/impaq-me-sdk.min-b2217e2463192c02d01e3ae77d0b7f29.js

searls commented 10 years ago

Fixes #82

searls commented 10 years ago

Fixes #75

searls commented 10 years ago

Fixes #80