UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

8 lines (6 loc) 170 B
.PHONY: build-watch build-watch: ./node_modules/.bin/webpack --watch .PHONY: deploy deploy: rsync -avz ./ garron.net:~/garron.net/code/clipboard.js/v2/ --exclude .git