Sha256: 614b7ce2654ac4e2b53b9cf7ab6db90d5dde18e80c7c09e8539b21abe20d5634
Contents?: true
Size: 375 Bytes
Versions: 14
Compression:
Stored size: 375 Bytes
Contents
#!/bin/bash # Test compilation with node-sass binary mkdir -p tmp/node-sass node_modules/.bin/node-sass assets/stylesheets/_bootstrap.scss -o tmp/node-sass/bootstrap.css && \ node_modules/.bin/node-sass --include-path=assets/stylesheets/ \ assets/stylesheets/bootstrap/_theme.scss -o tmp/node-sass/bootstrap-theme.css || \ (echo "node-sass compilation failed" && exit 1)
Version data entries
14 entries across 14 versions & 3 rubygems