codecombat/scripts/devSetup
Rowan Decker 1e2ada7b57 Use Global Gem Install
Durring the setup the "sass" gem is installed. This works fine on Linux operating systems like Ubuntu. However, on some other distrobutions such as Arch Linux "gem install" defaults to the a local folder in the users home directory. When installed here the sass binary is not on the path and coco-brunch cannot find it (and thus crashes with an error). By adding the "--no-user-install" flag we are telling gem to install it globally no matter what the system default is thus fixing this problem.
2014-03-29 15:08:55 -05:00
..
.gitignore Ready for action, sir! 2014-01-03 10:32:13 -08:00
bootstrap.sh Added check if node exists 2014-02-12 11:05:19 -08:00
configuration.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
dependency.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
directoryController.py Fixed temporary directory removal bug 2014-01-09 10:11:30 -05:00
downloader.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
errors.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
factories.py Noticed a tab and converted to spaces. 2014-02-27 11:58:45 -08:00
mongo.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
node.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
repositoryInstaller.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
ruby.py Use Global Gem Install 2014-03-29 15:08:55 -05:00
setup.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
systemConfiguration.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
which.py Ready for action, sir! 2014-01-03 10:32:13 -08:00