Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Change polyfil acquisition method #1

Open
2 of 4 tasks
MSakamaki opened this issue Mar 30, 2017 · 6 comments
Open
2 of 4 tasks

Change polyfil acquisition method #1

MSakamaki opened this issue Mar 30, 2017 · 6 comments
Assignees

Comments

@MSakamaki
Copy link
Member

MSakamaki commented Mar 30, 2017

Organize how to obtaining polyfil

  • Switch Bauer registory
  • Empty the original repository and guide it here
  • Consider lease acquisition methods other than bower (even easier)
  • Rewrite README.md
@MSakamaki
Copy link
Member Author

MSakamaki commented Mar 30, 2017

@MSakamaki MSakamaki self-assigned this Mar 30, 2017
@MSakamaki MSakamaki changed the title リソース取得方法を考える Change resource acquisition method Mar 30, 2017
@MSakamaki MSakamaki changed the title Change resource acquisition method Change polyfil acquisition method Mar 30, 2017
@MSakamaki
Copy link
Member Author

register webgpio-polyfill of chirimen-oh/WebGPIO
https://bower.io/search/

@MSakamaki
Copy link
Member Author

MSakamaki commented Mar 31, 2017

clean and navigate old repository
https://github.com/club-wot/WebGPIO

@MSakamaki
Copy link
Member Author

suggeste of package manager

@MSakamaki
Copy link
Member Author

cuel downloading command

mkdir dist
cd dist
curl -O  "https://raw.githubusercontent.com/chirimen-oh/WebGPIO/draft-20160125/dist/{webgpio,webgpio.min,webi2c,webi2c.min,worker}.js"

@naokisekiguchi
Copy link

I renamed the polyfill name.
And, worker.js currently divided into worker.gpio.js and worker.i2c.js.
So, the downloading command should be

mkdir dist
cd dist
curl -O  "https://raw.githubusercontent.com/chirimen-oh/polyfills/draft-20160125/dist/{webgpio,webgpio.min,webi2c,webi2c.min,worker.gpio,worker.gpio.min,worker.i2c,worker.i2c.min}.js"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants