jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Make jmpress.js available on cdnjs #136

Closed davidbau closed 10 years ago

davidbau commented 10 years ago

I would like to teach students to use jmpress, and I would like to let them start with a single portable HTML file and no need to host a separate js file.

A standard build of jmpress should be published on a cdn like cdnjs, to make this easy.

sokra commented 10 years ago

You can use one of these links:

or send a pull request to https://github.com/cdnjs/cdnjs to add jmpress.js

davidbau commented 10 years ago

OK, I'm looking at adding jmpress.js to cdnjs, but their guidlines ask for a minified version. I'd also like to set it up to autoupdate to releases from the dist repo...

Why does the jmpress/dist repo not include jmpress.min.js and basic-animations.css and all the other contents of jmpress.js/dist? Can we do a release that includes a fully-populated dist repo?

sokra commented 10 years ago

@shama

shama commented 10 years ago

Will do. Reopening so I don't forget.

davidbau commented 10 years ago

Cool. After a full dist version is tagged, will npm publish (or you can), and then I'll do a pull request with cdnjs.

On Sat, Jan 18, 2014 at 1:49 PM, Kyle Robinson Young < notifications@github.com> wrote:

Reopened #136 https://github.com/jmpressjs/jmpress.js/issues/136.

— Reply to this email directly or view it on GitHubhttps://github.com/jmpressjs/jmpress.js/issues/136 .

shama commented 10 years ago

Done: https://github.com/jmpressjs/dist Now published on npm, bower, component and jamjs. As well git tagged.

Thanks for handling cdnjs @davidbau!

davidbau commented 10 years ago

On cdnjs:

https://github.com/cdnjs/cdnjs/pull/2519