Commit c4ce49a4 by Dean Mao

add gyp file for node 0.6 and 0.8

parent 25186694
{
'targets': [
{
'target_name': 'binding',
'type': '<(library)',
'sources': [
'binding.cpp',
'libsass/context.cpp',
'libsass/document.cpp',
'libsass/document_parser.cpp',
'libsass/eval_apply.cpp',
'libsass/functions.cpp',
'libsass/node.cpp',
'libsass/node_emitters.cpp',
'libsass/node_factory.cpp',
'libsass/prelexer.cpp',
'libsass/sass_interface.cpp'
],
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}]
]
}
]
}
......@@ -9,6 +9,12 @@
"type": "git",
"url": "git://github.com/andrew/node-sass.git"
},
"scripts": {
"install": "node-gyp rebuild"
},
"engines": {
"node": ">=0.6.4"
},
"dependencies": {
"mkdirp": "0.3.x"
},
......
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