beetstrap 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (219) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +61 -0
  3. data/Rakefile +32 -0
  4. data/assets/fonts/beetstrap/OpenSans/LICENSE.txt +202 -0
  5. data/assets/fonts/beetstrap/OpenSans/OpenSans.eot +0 -0
  6. data/assets/fonts/beetstrap/OpenSans/OpenSans.svg +1637 -0
  7. data/assets/fonts/beetstrap/OpenSans/OpenSans.ttf +0 -0
  8. data/assets/fonts/beetstrap/OpenSans/OpenSans.woff +0 -0
  9. data/assets/fonts/beetstrap/OpenSans-Bold/LICENSE.txt +202 -0
  10. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.eot +0 -0
  11. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.svg +1635 -0
  12. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.ttf +0 -0
  13. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.woff +0 -0
  14. data/assets/fonts/beetstrap/OpenSans-Light/LICENSE.txt +202 -0
  15. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.eot +0 -0
  16. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.svg +1823 -0
  17. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.ttf +0 -0
  18. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.woff +0 -0
  19. data/assets/fonts/beetstrap/OpenSans-Semibold/LICENSE.txt +202 -0
  20. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.eot +0 -0
  21. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.svg +1827 -0
  22. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.ttf +0 -0
  23. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff +0 -0
  24. data/assets/fonts/beetstrap/ic-icons.eot +0 -0
  25. data/assets/fonts/beetstrap/ic-icons.svg +78 -0
  26. data/assets/fonts/beetstrap/ic-icons.ttf +0 -0
  27. data/assets/fonts/beetstrap/ic-icons.woff +0 -0
  28. data/assets/images/beetstrap/icon-arrow-down-white-4.png +0 -0
  29. data/assets/images/beetstrap/icon-arrow-down-white-4@2x.png +0 -0
  30. data/assets/images/beetstrap/icon-arrow-down-white-4@3x.png +0 -0
  31. data/assets/images/beetstrap/icon-arrow-right-gray-4.png +0 -0
  32. data/assets/images/beetstrap/icon-arrow-right-gray-4@2x.png +0 -0
  33. data/assets/images/beetstrap/icon-arrow-right-gray-4@3x.png +0 -0
  34. data/assets/images/beetstrap/icon-cart.png +0 -0
  35. data/assets/images/beetstrap/icon-cart@2x.png +0 -0
  36. data/assets/images/beetstrap/icon-cart@3x.png +0 -0
  37. data/assets/images/beetstrap/icon-departments-hamburger.png +0 -0
  38. data/assets/images/beetstrap/icon-departments-hamburger@2x.png +0 -0
  39. data/assets/images/beetstrap/icon-departments-hamburger@3x.png +0 -0
  40. data/assets/images/beetstrap/icon-help.png +0 -0
  41. data/assets/images/beetstrap/icon-help@2x.png +0 -0
  42. data/assets/images/beetstrap/icon-help@3x.png +0 -0
  43. data/assets/images/beetstrap/icon-home.png +0 -0
  44. data/assets/images/beetstrap/icon-home@2x.png +0 -0
  45. data/assets/images/beetstrap/icon-home@3x.png +0 -0
  46. data/assets/images/beetstrap/icon-lists-and-recipes.png +0 -0
  47. data/assets/images/beetstrap/icon-lists-and-recipes@2x.png +0 -0
  48. data/assets/images/beetstrap/icon-lists-and-recipes@3x.png +0 -0
  49. data/assets/images/beetstrap/icon-more.png +0 -0
  50. data/assets/images/beetstrap/icon-more@2x.png +0 -0
  51. data/assets/images/beetstrap/icon-more@3x.png +0 -0
  52. data/assets/images/beetstrap/icon-search.png +0 -0
  53. data/assets/images/beetstrap/icon-search@2x.png +0 -0
  54. data/assets/images/beetstrap/icon-search@3x.png +0 -0
  55. data/assets/images/beetstrap/instacart-logo-top-bar.png +0 -0
  56. data/assets/images/beetstrap/instacart-logo-top-bar@2x.png +0 -0
  57. data/assets/images/beetstrap/instacart-logo-top-bar@3x.png +0 -0
  58. data/assets/javascripts/beetstrap.js +387 -0
  59. data/assets/stylesheets/_beetstrap.scss +19 -0
  60. data/assets/stylesheets/beetstrap/_button-groups.scss +228 -0
  61. data/assets/stylesheets/beetstrap/_buttons.scss +223 -0
  62. data/assets/stylesheets/beetstrap/_fonts.scss +51 -0
  63. data/assets/stylesheets/beetstrap/_forms.scss +578 -0
  64. data/assets/stylesheets/beetstrap/_grid.scss +84 -0
  65. data/assets/stylesheets/beetstrap/_hero.scss +27 -0
  66. data/assets/stylesheets/beetstrap/_icons.scss +241 -0
  67. data/assets/stylesheets/beetstrap/_input-groups.scss +166 -0
  68. data/assets/stylesheets/beetstrap/_labels.scss +66 -0
  69. data/assets/stylesheets/beetstrap/_mixins.scss +33 -0
  70. data/assets/stylesheets/beetstrap/_modal.scss +50 -0
  71. data/assets/stylesheets/beetstrap/_scaffolding.scss +129 -0
  72. data/assets/stylesheets/beetstrap/_topbar.scss +20 -0
  73. data/assets/stylesheets/beetstrap/_topbar_static.scss +111 -0
  74. data/assets/stylesheets/beetstrap/_type.scss +298 -0
  75. data/assets/stylesheets/beetstrap/_utils.scss +128 -0
  76. data/assets/stylesheets/beetstrap/_variables.scss +883 -0
  77. data/assets/stylesheets/beetstrap/mixins/_background-variant.scss +11 -0
  78. data/assets/stylesheets/beetstrap/mixins/_border-radius.scss +18 -0
  79. data/assets/stylesheets/beetstrap/mixins/_buttons.scss +52 -0
  80. data/assets/stylesheets/beetstrap/mixins/_center-block.scss +7 -0
  81. data/assets/stylesheets/beetstrap/mixins/_clearfix.scss +22 -0
  82. data/assets/stylesheets/beetstrap/mixins/_forms.scss +88 -0
  83. data/assets/stylesheets/beetstrap/mixins/_gradients.scss +56 -0
  84. data/assets/stylesheets/beetstrap/mixins/_grid-framework.scss +81 -0
  85. data/assets/stylesheets/beetstrap/mixins/_grid.scss +122 -0
  86. data/assets/stylesheets/beetstrap/mixins/_hide-text.scss +21 -0
  87. data/assets/stylesheets/beetstrap/mixins/_image.scss +33 -0
  88. data/assets/stylesheets/beetstrap/mixins/_labels.scss +12 -0
  89. data/assets/stylesheets/beetstrap/mixins/_list-group.scss +31 -0
  90. data/assets/stylesheets/beetstrap/mixins/_opacity.scss +8 -0
  91. data/assets/stylesheets/beetstrap/mixins/_reset-filter.scss +8 -0
  92. data/assets/stylesheets/beetstrap/mixins/_resize.scss +6 -0
  93. data/assets/stylesheets/beetstrap/mixins/_responsive-visibility.scss +21 -0
  94. data/assets/stylesheets/beetstrap/mixins/_size.scss +10 -0
  95. data/assets/stylesheets/beetstrap/mixins/_tab-focus.scss +9 -0
  96. data/assets/stylesheets/beetstrap/mixins/_table-row.scss +28 -0
  97. data/assets/stylesheets/beetstrap/mixins/_text-emphasis.scss +11 -0
  98. data/assets/stylesheets/beetstrap/mixins/_text-overflow.scss +8 -0
  99. data/assets/stylesheets/beetstrap/mixins/_vendor-prefixes.scss +222 -0
  100. data/lib/beetstrap/engine.rb +11 -0
  101. data/lib/beetstrap/version.rb +3 -0
  102. data/lib/beetstrap.rb +4 -0
  103. data/lib/tasks/beetstrap_tasks.rake +4 -0
  104. data/test/beetstrap_test.rb +7 -0
  105. data/test/dummy/README.rdoc +28 -0
  106. data/test/dummy/Rakefile +6 -0
  107. data/test/dummy/app/assets/javascripts/application.js +14 -0
  108. data/test/dummy/app/assets/stylesheets/application.scss +42 -0
  109. data/test/dummy/app/controllers/application_controller.rb +5 -0
  110. data/test/dummy/app/controllers/static_controller.rb +6 -0
  111. data/test/dummy/app/helpers/application_helper.rb +2 -0
  112. data/test/dummy/app/views/layouts/application.html.erb +15 -0
  113. data/test/dummy/app/views/static/_buttons.html +38 -0
  114. data/test/dummy/app/views/static/_type.html +12 -0
  115. data/test/dummy/app/views/static/index.html.erb +291 -0
  116. data/test/dummy/bin/bundle +3 -0
  117. data/test/dummy/bin/rails +4 -0
  118. data/test/dummy/bin/rake +4 -0
  119. data/test/dummy/config/application.rb +22 -0
  120. data/test/dummy/config/boot.rb +5 -0
  121. data/test/dummy/config/database.yml +25 -0
  122. data/test/dummy/config/environment.rb +5 -0
  123. data/test/dummy/config/environments/development.rb +37 -0
  124. data/test/dummy/config/environments/production.rb +78 -0
  125. data/test/dummy/config/environments/test.rb +39 -0
  126. data/test/dummy/config/initializers/assets.rb +9 -0
  127. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  128. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  129. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  130. data/test/dummy/config/initializers/inflections.rb +16 -0
  131. data/test/dummy/config/initializers/mime_types.rb +4 -0
  132. data/test/dummy/config/initializers/session_store.rb +3 -0
  133. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  134. data/test/dummy/config/locales/en.yml +23 -0
  135. data/test/dummy/config/routes.rb +7 -0
  136. data/test/dummy/config/secrets.yml +22 -0
  137. data/test/dummy/config.ru +4 -0
  138. data/test/dummy/db/development.sqlite3 +0 -0
  139. data/test/dummy/log/development.log +1862 -0
  140. data/test/dummy/public/404.html +67 -0
  141. data/test/dummy/public/422.html +67 -0
  142. data/test/dummy/public/500.html +66 -0
  143. data/test/dummy/public/favicon.ico +0 -0
  144. data/test/dummy/tmp/cache/assets/development/sass/10a9d129f1e51b537e9c5b6f7e3152c77b72e426/application.scssc +0 -0
  145. data/test/dummy/tmp/cache/assets/development/sass/4f8cf8ed81d6ca603edef1eb0a94183224831d18/_beetstrap.scssc +0 -0
  146. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_button-groups.scssc +0 -0
  147. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_buttons.scssc +0 -0
  148. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_fonts.scssc +0 -0
  149. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_forms.scssc +0 -0
  150. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_grid.scssc +0 -0
  151. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_hero.scssc +0 -0
  152. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_icons.scssc +0 -0
  153. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_input-groups.scssc +0 -0
  154. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_labels.scssc +0 -0
  155. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_mixins.scssc +0 -0
  156. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_scaffolding.scssc +0 -0
  157. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_topbar.scssc +0 -0
  158. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_topbar_static.scssc +0 -0
  159. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_type.scssc +0 -0
  160. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_utils.scssc +0 -0
  161. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_variables.scssc +0 -0
  162. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_background-variant.scssc +0 -0
  163. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_border-radius.scssc +0 -0
  164. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_buttons.scssc +0 -0
  165. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_center-block.scssc +0 -0
  166. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_clearfix.scssc +0 -0
  167. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_forms.scssc +0 -0
  168. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_gradients.scssc +0 -0
  169. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_grid-framework.scssc +0 -0
  170. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_grid.scssc +0 -0
  171. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_hide-text.scssc +0 -0
  172. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_image.scssc +0 -0
  173. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_labels.scssc +0 -0
  174. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_list-group.scssc +0 -0
  175. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_opacity.scssc +0 -0
  176. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_reset-filter.scssc +0 -0
  177. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_resize.scssc +0 -0
  178. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_responsive-visibility.scssc +0 -0
  179. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_size.scssc +0 -0
  180. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_tab-focus.scssc +0 -0
  181. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_table-row.scssc +0 -0
  182. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_text-emphasis.scssc +0 -0
  183. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_text-overflow.scssc +0 -0
  184. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_vendor-prefixes.scssc +0 -0
  185. data/test/dummy/tmp/cache/assets/development/sprockets/02724eb02223ea401dcbfcf8c8da073f +0 -0
  186. data/test/dummy/tmp/cache/assets/development/sprockets/03766eeda9849d89c2623e05e8befbd2 +0 -0
  187. data/test/dummy/tmp/cache/assets/development/sprockets/06c3406d07bf8cb91e2e0fb627fbbc92 +0 -0
  188. data/test/dummy/tmp/cache/assets/development/sprockets/0c63ec19c11d21da9af625533da57c37 +0 -0
  189. data/test/dummy/tmp/cache/assets/development/sprockets/0d9ecc579ee4186e9c90534201d5aab0 +0 -0
  190. data/test/dummy/tmp/cache/assets/development/sprockets/1800dac7caca3c785beff977e8b0ee39 +0 -0
  191. data/test/dummy/tmp/cache/assets/development/sprockets/2a0015201081b900361d359b28b44d93 +0 -0
  192. data/test/dummy/tmp/cache/assets/development/sprockets/2bddb09b441a5af534e43a2e452fa52a +0 -0
  193. data/test/dummy/tmp/cache/assets/development/sprockets/2bfcff81727b10efbbe7a9d4f76991d0 +0 -0
  194. data/test/dummy/tmp/cache/assets/development/sprockets/2caacee8bda199f19e9610d85824e4e6 +0 -0
  195. data/test/dummy/tmp/cache/assets/development/sprockets/2dd64da8168da05a04782e32f4c4dddd +0 -0
  196. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  197. data/test/dummy/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df +0 -0
  198. data/test/dummy/tmp/cache/assets/development/sprockets/3601bdb1facede412601307d16288586 +0 -0
  199. data/test/dummy/tmp/cache/assets/development/sprockets/4f1679e1ed38fc6bd1a9bad30b1240e8 +0 -0
  200. data/test/dummy/tmp/cache/assets/development/sprockets/53030e85be9ede4bf5c22f1afd65894c +0 -0
  201. data/test/dummy/tmp/cache/assets/development/sprockets/6552437661667470bc41a67b11a8d560 +0 -0
  202. data/test/dummy/tmp/cache/assets/development/sprockets/66674ec5126e89bccf50082f5bb00784 +0 -0
  203. data/test/dummy/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 +0 -0
  204. data/test/dummy/tmp/cache/assets/development/sprockets/7ce5d0e58ceda2f38c9cbfa38916ff4c +0 -0
  205. data/test/dummy/tmp/cache/assets/development/sprockets/88b9b036a738dbce732946581fcdbc89 +0 -0
  206. data/test/dummy/tmp/cache/assets/development/sprockets/8d9c5f45e9807699e2fc3f0d2404af9d +0 -0
  207. data/test/dummy/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 +0 -0
  208. data/test/dummy/tmp/cache/assets/development/sprockets/bc87aa562082007306fb307b8e8e1562 +0 -0
  209. data/test/dummy/tmp/cache/assets/development/sprockets/bd8ad07d4bfd456040073b9b09d55c1d +0 -0
  210. data/test/dummy/tmp/cache/assets/development/sprockets/c2bcd0edcebbd88cb77913aea0259e27 +0 -0
  211. data/test/dummy/tmp/cache/assets/development/sprockets/c9e0a4a74865873c0a98c2bd4cabacf6 +0 -0
  212. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  213. data/test/dummy/tmp/cache/assets/development/sprockets/d4295a244c48a28cdac19098c838465c +0 -0
  214. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  215. data/test/dummy/tmp/cache/assets/development/sprockets/f8fb64e5df91a6e8a627e9dc517c6708 +0 -0
  216. data/test/dummy/tmp/cache/assets/development/sprockets/fd6551e205411b5803cc9898b3508ebc +0 -0
  217. data/test/dummy/tmp/cache/assets/development/sprockets/ff6c66a957b10ee3f7de313ac23c23f4 +0 -0
  218. data/test/test_helper.rb +15 -0
  219. metadata +419 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 835772de023c490367621f2ac45a7d33200c7933
4
+ data.tar.gz: 40d4798c8d69f727c6fd6af7e7771c343bf0b341
5
+ SHA512:
6
+ metadata.gz: c1dbdff785638a3053e307c51db2826e70df10cd6f29efebdcae3f3d78864bab97988afe91ae92f26c3a7be4e0420b0942280ca37298f4a136cfa0f01349b333
7
+ data.tar.gz: d0a297a565d3291db702f4009d998628ad2b7fa339c63c4509df5cb5de444221825a728ba2fda8d550fc0fb44355cda9bce1dc4e2e9615e6f508129630cf3031
data/README.md ADDED
@@ -0,0 +1,61 @@
1
+ ![Instacart](http://i.imgur.com/re4LSAn.png)
2
+
3
+ # Beetstrap
4
+
5
+ Shared icons, images, styles, fonts, etc.
6
+
7
+ This is still a work in progress as we transition the consumer app over to these styles.
8
+
9
+ ## Usage
10
+
11
+ Add the gem:
12
+
13
+ ```ruby
14
+ gem 'beetstrap', git: 'git@github.com:instacart/beetstrap.git'
15
+ ```
16
+
17
+ Import beetstrap in your css manifest (`application.scss`):
18
+
19
+ ```scss
20
+ @import 'beetstrap';
21
+ ```
22
+
23
+ Boom.
24
+
25
+ ## Documentation
26
+
27
+ To build the docs, first run (you'll need to install node/npm as a prerequisite):
28
+
29
+ ```sh
30
+ npm install
31
+ ```
32
+
33
+ After you've installed the dependencies, run:
34
+
35
+ ```sh
36
+ npm install gulp -g
37
+ gulp
38
+ ```
39
+
40
+ This will watch for file changes and rebuild the site. You can view the docs
41
+ locally at `http://localhost:8080`
42
+
43
+ ## Why?
44
+
45
+ To give designers and frontend folks an alternative to setting up the Rails app
46
+ to work on assets/icons/styles/etc.
47
+
48
+ ## Setup
49
+
50
+ - Clone and `cd` into this repo.
51
+ - Run `bundle install`
52
+
53
+ To test changes against the dummy Rails app:
54
+
55
+ - `cd` into the test app: `cd test/dummy`
56
+ - Boot the server: `rails s -p 3002`
57
+ - Visit `http://localhost:3002/` in your browser!
58
+
59
+ ## Copyright
60
+
61
+ Copyright © 2015 Maplebear inc. All Rights Reserved.
data/Rakefile ADDED
@@ -0,0 +1,32 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'InstaAssets'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.rdoc')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+
18
+
19
+
20
+ Bundler::GemHelper.install_tasks
21
+
22
+ require 'rake/testtask'
23
+
24
+ Rake::TestTask.new(:test) do |t|
25
+ t.libs << 'lib'
26
+ t.libs << 'test'
27
+ t.pattern = 'test/**/*_test.rb'
28
+ t.verbose = false
29
+ end
30
+
31
+
32
+ task default: :test
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.