#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install

%:
	dh $@ --buildsystem=ruby --with ruby

override_dh_auto_build:
	# https://github.com/postcss/autoprefixer/issues/1174
	#webpack --config debian/webpack.config.js \
	#debian/autoprefixer-entry.js vendor/autoprefixer.js
	rollup --config debian/rollup.config.js
