Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created June 10, 2011 15:38
Show Gist options
  • Select an option

  • Save basicxman/1019072 to your computer and use it in GitHub Desktop.

Select an option

Save basicxman/1019072 to your computer and use it in GitHub Desktop.
source "git://github.com/loopj/jquery-tokeninput.git" do
asset "styles/token-input-facebook.css", :stylesheet
asset "src/jquery.tokeninput.js", :javascript
end
group :development do
source "git://github.com/loopj/jquery-tokeninput.git" do
asset "holmes.css", :stylesheet
end
end
group :production do
source "git://github.com/redroot/holmes.git" do
asset "holmes.min.css", :stylesheet
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment