Sha256: 1534058b88e7bce6a8c2648ad9aaf71a8aaae55ef6c94a78c4f5daa6e3746cb8

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

module Getme
  Vendors = {
    # JavaScripts
    files: {
      angular: 'http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.js',
      angular_min: 'http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js',

      jQuery: 'http://code.jquery.com/jquery.js',
      jQuery_min: 'http://code.jquery.com/jquery.min.js',
      jQuery_Google: 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js',
      jQuery_min_Google: 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js',

      chrome_frame: 'http://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js',
      highlight: 'http://yandex.st/highlightjs/7.3/highlight.min.js',
      modernizr: 'http://modernizr.com/downloads/modernizr-latest.js',

      # CSS
      normalize: 'https://raw.github.com/necolas/normalize.css/master/normalize.css',
      reset: 'http://meyerweb.com/eric/tools/css/reset/reset.css'
    },
    zips: {
      twitter_bootstrap: 'https://github.com/twitter/bootstrap/archive/master.zip',
      html5_boilerplate: 'https://github.com/h5bp/html5-boilerplate/archive/master.zip'
    }
  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getme-0.0.2 lib/getme/vendors.rb