Skip to content

Instantly share code, notes, and snippets.

@takahiro47
Created September 7, 2013 14:20
Show Gist options
  • Save takahiro47/6475987 to your computer and use it in GitHub Desktop.
Save takahiro47/6475987 to your computer and use it in GitHub Desktop.
assets_path "assets/javascripts"
# Puts files under ./vendor/assets/components
group :vendor do
js 'jquery', '1.10.2'
js 'jquery-ujs'
js 'bootstrap', '~2.3.2'
js 'twitter'
js 'html5shiv'
js 'font-awesome'
js 'backbone'
js 'jquery-file-upload'
js 'wysihtml5'
js 'bootstrap-wysihtml5'
js 'jqBootstrapValidation'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment