Skip to content

Commit

Permalink
script for fixing node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnym committed Feb 8, 2015
1 parent 5a316b3 commit abfba8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/fix_node-sass.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env sh

cd node_modules/gulp-sass/node_modules &&
rm -rf node-sass &&

git clone --recursive https://github.com/sass/node-sass.git &&
cd node-sass &&

npm install
node-gyp rebuild &&
npm install &&

popd &&
popd

0 comments on commit abfba8e

Please sign in to comment.