Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (12 sloc) 425 Bytes
test: lint dist/fetch.umd.js
lint: node_modules/
./node_modules/.bin/eslint --report-unused-disable-directives *.js test/*.js
dist/fetch.umd.js: fetch.js rollup.config.js node_modules/
./node_modules/.bin/rollup -c
dist/fetch.umd.js.flow: fetch.js.flow
cp $< $@
node_modules/:
npm install
clean:
rm -rf ./bower_components ./node_modules ./dist
.PHONY: clean lint test make dist/fetch.umd.js dist/fetch.umd.js.flow