Sha256: 31a5f4ca58f3ecb9ff706e572a54f54f1d342ca3910ddee8f96b72d44ab45772
Contents?: true
Size: 286 Bytes
Versions: 11
Compression:
Stored size: 286 Bytes
Contents
#!/bin/sh # Test compilation with node-sass binary mkdir -p tmp/node-sass node-sass assets/stylesheets/bootstrap -o tmp/node-sass/bootstrap.css && \ node-sass assets/stylesheets/bootstrap/theme -o tmp/node-sass/bootstrap-theme.css || \ (echo "node-sass compilation failed" && exit 1)
Version data entries
11 entries across 11 versions & 3 rubygems