#!/bin/sh

exec 2>&1
set -ex

cd $ADTTMP

cat > foo.sass <<EOF
@import bootstrap
EOF

sprockets -rbootstrap-sass -I. foo.sass

