node-sass
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,3 +5,3 @@ { | ||
"description": "wrapper around libsass", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/andrew/node-sass", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -7,11 +7,2 @@ sudo apt-get update | ||
git clone git@github.com:andrew/node-sass.git | ||
cd node-sass | ||
npm install | ||
sudo npm install -g node-gyp | ||
git submodule init && git submodule update | ||
node-gyp rebuild | ||
cp build/Release/binding.node precompiled/linux-ia32/binding.node | ||
vi ~/.gitconfig | ||
@@ -26,5 +17,20 @@ | ||
git clone git@github.com:andrew/node-sass.git | ||
sudo npm install -g node-gyp | ||
--- | ||
cd node-sass | ||
git pull --rebase | ||
npm install | ||
git submodule init && git submodule update | ||
node-gyp rebuild | ||
cp build/Release/binding.node precompiled/linux-ia32/binding.node | ||
cp build/Release/binding.node precompiled/linux-x64/binding.node | ||
git add . | ||
git commit -am 'updated linux-ia32 binary' | ||
git commit -am 'updated linux-x64 binary' | ||
git push | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6177228
90