meteor-file-sample-app icon indicating copy to clipboard operation
meteor-file-sample-app copied to clipboard

Pure HTML and JS version please

Open THPubs opened this issue 9 years ago • 3 comments

There are many people who don't use Jade and Coffeescript. Can you please create a version without those because it's hard to understand the code. I can't event convert the jade to html... Gives errors but the app work.

THPubs avatar Feb 07 '16 01:02 THPubs

Hi, this project is what it is. I don't have time to rewrite it. If you look at older revisions you can find some HTML/blaze code instead of Jade. If you install coffeescript and run it with the -c option, it will produce a JavaScript version of any .coffee file you feed into it. The file-collection package has JS sample code in its README.

vsivsi avatar Feb 07 '16 20:02 vsivsi

Hi @THPubs, @vsivsi ,

I just posted a JS / HTML / Bootstrap demo app port of this sample app for meteor-file-collection:

meteor-file-jsSample-app

Let me know what you think!

brucejo75 avatar May 17 '16 00:05 brucejo75

@vsivsi It was awesome to see this in jade/coffeescript and thanks for the vsivsi:file-collection package! Oh, and good luck on your research. You are awesome! @brucejo75 Thanks for writing it in "pure" JS / HTML / Bootstrap! One thing I noticed, in the collections.js file, you have import toBuffer from 'stream-with-known-length-to-buffer', I don't know understand what to do with this, it doesn't work.

hashtaggigs avatar Jul 24 '16 03:07 hashtaggigs