Build: Add v8 specific platform builds
Idea courtesy of node-fibers. When installing, check to see if there is a compatible binary version for the current version of v8. v8 3.6 = Node 0.6, 3.11 = Node 0.8, 3.14 = Node 0.10. The test suite is run as well, so that any underlying libsass breaks will be rebuilt. Closes gh-146
Showing
build.js
0 → 100644
| ... | ... | @@ -24,8 +24,9 @@ |
| "url": "git://github.com/andrew/node-sass.git" | ||
| }, | ||
| "scripts": { | ||
| "install": "node rebuild.js", | ||
| "test": "mocha test" | ||
| "install": "node build.js", | ||
| "test": "mocha test", | ||
| "prepublish": "bash scripts/prepublish.sh" | ||
| }, | ||
| "bin": { | ||
| "node-sass": "bin/node-sass" | ||
| ... | ... | @@ -38,9 +39,7 @@ |
| "mkdirp": "0.3.x", | ||
| "colors": "0.6.0-1", | ||
| "optimist": "0.6.x", | ||
| "node-watch": "0.3.x" | ||
| }, | ||
| "devDependencies": { | ||
| "mocha": "1.7.x" | ||
| "node-watch": "0.3.x", | ||
| "mocha": "1.13.x" | ||
| } | ||
| } |
precompiled/darwin-x64/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/linux-arm/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/linux-ia32/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/linux-x64/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/sunos-x64/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/win32-ia32/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
precompiled/win32-x64/binding.node
deleted
100755 → 0
This diff was suppressed by a .gitattributes entry.
rebuild.js
deleted
100644 → 0
scripts/prepublish.sh
0 → 100755
Please
register
or
sign in
to comment