Commit graph

5 commits

Author SHA1 Message Date
dpen2000
08d7d2cc87 Fix error "SyntaxError: EOL while scanning string literal" when running setup.py script 2014-03-31 23:15:18 +01:00
Rowan Decker
cad1448b9f Add Help Message
Not everyone runs Ubuntu/Debian and is using apt-get, so add a friendly reminder to check with your distro's documentation for help.
2014-03-29 18:59:10 -05:00
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
Isaac
3351bfce2f Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
Nick Winter
6009df26de Ready for action, sir! 2014-01-03 10:32:13 -08:00