Skip to content

Instantly share code, notes, and snippets.

@ahacking
Created February 10, 2015 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahacking/f1daa1ce04608e8a6f66 to your computer and use it in GitHub Desktop.
Save ahacking/f1daa1ce04608e8a6f66 to your computer and use it in GitHub Desktop.
Demonstrate node-sass 2.0.0-beta segfault
@import 'bower_components/bourbon/dist/bourbon';
@import 'bower_components/neat/app/assets/stylesheets/neat';
{
"name": "node-sass-segfault",
"devDependencies": {},
"dependencies": {
"bourbon": "~3.2",
"neat": "~1.5"
}
}
#!/bin/sh
bin/node-sass app.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment