Commit f0313c3d by Dean Mao

attempt to perform rebuild only on darwin

parent f2bba964
......@@ -9,6 +9,10 @@
"type": "git",
"url": "git://github.com/andrew/node-sass.git"
},
"scripts": {
"install": "node rebuild.js"
},
"gypfile": true,
"engines": {
"node": ">=0.6.18"
},
......
var spawn = require('child_process').spawn;
if (process.platform === 'darwin') {
spawn('node-gyp', ['rebuild']);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment