These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| { | |
| "app/assets/javascripts/router.js": { | |
| "command": "jini" | |
| }, | |
| "app/controllers/api/v1/*_controller.rb": { | |
| "command": "apicontroller", | |
| "alternate": "spec/controllers/api/v1/%s_controller_spec.rb", | |
| "template": "class Api::V1::%SController < ApplicationController\n respond_to :json\nend" | |
| }, | |
| "app/assets/javascripts/models/*.js": { |
| # Place inside a <VirtualHost> or <Directory> declaration | |
| # | |
| # Particularly useful for displaying images in a local development environment | |
| # without actually downloading all of the images | |
| # | |
| # Props to Mark Jaquith for the suggestion at WordCamp SF 2013 | |
| RewriteEngine on | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteRule (.*)(png|jpg|jpeg|gif|svg)$ http://www.example.com$1$2 [L] |
| @include keyframes( bounceIn ) { | |
| 0% { | |
| opacity: 0; | |
| @include transform( .3 ); | |
| @include box-shadow( 0 0 1px rgba( 0, 0, 0, .45 ) ); | |
| } | |
| 50% { | |
| opacity: 1; | |
| @include transform( scale(1.05) ); |
| <?php | |
| session_start(); | |
| /** | |
| * JW Post Types | |
| * @author Jeffrey Way | |
| * @link http://jeffrey-way.com | |
| */ | |
| class JW_Post_Type | |
| { |
| default_run_options[:pty] = true # Must be set for the password prompt from git to work | |
| # WebFaction user account | |
| # This is the server user account | |
| set :server_user, "<server_username>" | |
| # Server Domain | |
| set :domain, "<domain_name>" | |
| set :user, server_user | |
| # Repository User |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.