UNPKG

286 Bapplication/x-shView Raw
1#!/bin/sh
2
3# Test compilation with node-sass binary
4
5mkdir -p tmp/node-sass
6node-sass assets/stylesheets/bootstrap -o tmp/node-sass/bootstrap.css && \
7node-sass assets/stylesheets/bootstrap/theme -o tmp/node-sass/bootstrap-theme.css || \
8(echo "node-sass compilation failed" && exit 1)