I use Consolas, which can be installed on Mac following this guide http://macintoshhowto.com/advanced/how-to-get-the-windows-vista-fonts-for-free-on-your-macintosh.html
@media only screen and (min-width: 320px) { | |
/* Small screen, non-retina */ | |
} | |
@media | |
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), | |
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 320px), | |
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px), |
{ | |
"cmd": ["cd '$project_path'; compass watch"], | |
"working_dir": "$packages/Compass", | |
"selector": "source.sass", | |
"shell": "true", | |
"windows": | |
{ | |
"cmd": ["compasswatch.bat", "$project_path"] | |
}, | |
"osx": |
gem install sass
If you installed as your "normal" user account (didn't sudo), you most likely missed the warning message like this one:
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren't both writable. WARNING: You don't have /Users/jclark/.gem/ruby/1.8/bin in your PATH, gem executables will not run. Try this:
Installing Git
git config --global core.autocrlf false http://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf "If core.autocrlf is set to false, no line-ending conversion is ever performed, so text files are checked in as-is. This usually works ok, as long as all your developers are either on Linux or all on Windows."
Run GitForce.exe from msysgit console
<?php | |
$url = getenv('QUERY_STRING'); | |
if ($url == '') { | |
die ('THIS SCRIPT CANNOT BE CALLED DIRECTLY!'); | |
} | |
?><!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="refresh" content="0; URL=<?php echo $url ?>"> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Rotation</title> | |
<style type="text/css" media="screen"> | |
.wrapper { | |
width: 320px; | |
} |
Since so far all my jobs have required me (read: they assigned me) Windows machines, I find more comfortable working with Ubuntu that makes setting up/installing/using various software far more easily.
I use Oracle VM VirtualBox which is free and fairly easy to use (don't forget to install the Extension Pack) and Ubuntu.
Settings for the Ubuntu VM:
- System
- Motherboard
- Boot order:
* Wifi password | |
* Users/electric_g | |
* Documents | |
* Downloads | |
* Dropbox | |
* Ebook | |
* Library | |
* Manuals | |
* Music/My Music | |
* Pictures/Desktop |