UNPKG

325 BPlain TextView Raw
1#!/usr/bin/env bash
2set -o pipefail
3set -o errexit
4set -o nounset
5# set -o xtrace
6
7# Set magic variables for current file & dir
8__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
9__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
10__base="$(basename ${__file} .sh)"
11
12node_modules/.bin/node-sass src/scss/ \
13 --output dist/