jekyll-theme-mozg 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (362) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +21 -0
  3. data/README.md +104 -0
  4. data/_includes/mode_switcher.html +5 -0
  5. data/_includes/post_list.html +51 -0
  6. data/_includes/post_list_item.html +26 -0
  7. data/_includes/site-categories.html +7 -0
  8. data/_includes/site-tags.html +7 -0
  9. data/_includes/snippet-disqus.html +25 -0
  10. data/_includes/snippet-facebook-like-button.html +8 -0
  11. data/_includes/snippet-facebook-page-plugin.html +15 -0
  12. data/_includes/snippet-facebook-send-button.html +5 -0
  13. data/_includes/snippet-facebook-setup-SDK.html +9 -0
  14. data/_includes/snippet-github.html +1 -0
  15. data/_includes/snippet-google-ads.html +9 -0
  16. data/_includes/snippet-google-analytics.html +12 -0
  17. data/_includes/snippet-google-custom-search.html +15 -0
  18. data/_includes/snippet-google-hangout-button.html +7 -0
  19. data/_includes/snippet-google-map.html +1 -0
  20. data/_includes/snippet-google-plus-button.html +7 -0
  21. data/_includes/snippet-google-setup-SDK.html +6 -0
  22. data/_includes/snippet-google-tag-manager.html +24 -0
  23. data/_includes/snippet-jekyll-search.html +17 -0
  24. data/_includes/snippet-linkedin-share.html +5 -0
  25. data/_includes/snippet-pagseguro-button-comprar.html +7 -0
  26. data/_includes/snippet-pagseguro-button-doar.html +8 -0
  27. data/_includes/snippet-post-date.html +19 -0
  28. data/_includes/snippet-sidebar-menu.html +75 -0
  29. data/_includes/snippet-social-plugins.html +27 -0
  30. data/_includes/snippet-top-menu-1.html +56 -0
  31. data/_includes/snippet-top-menu-2.html +27 -0
  32. data/_includes/snippet-twitter-follow-button.html +2 -0
  33. data/_includes/snippet-twitter-setup-SDK.html +20 -0
  34. data/_includes/snippet-twitter-tweet-button.html +2 -0
  35. data/_includes/snippet-twitter.html +19 -0
  36. data/_includes/tags_footer.html +19 -0
  37. data/_includes/tags_head.html +53 -0
  38. data/_layouts/compress.html +10 -0
  39. data/_layouts/default.html +203 -0
  40. data/_layouts/page.html +40 -0
  41. data/_layouts/post.html +24 -0
  42. data/_sass/jekyll-theme-mozg.scss +6 -0
  43. data/_sass/jekyll-theme-primer.scss +8 -0
  44. data/_sass/rouge.scss +209 -0
  45. data/assets/css/bootstrap.css +2 -0
  46. data/assets/css/bootstrap/Gruntfile.js +511 -0
  47. data/assets/css/bootstrap/LICENSE +21 -0
  48. data/assets/css/bootstrap/dist/css/bootstrap-theme.css +587 -0
  49. data/assets/css/bootstrap/dist/css/bootstrap-theme.css.map +1 -0
  50. data/assets/css/bootstrap/dist/css/bootstrap-theme.min.css +6 -0
  51. data/assets/css/bootstrap/dist/css/bootstrap-theme.min.css.map +1 -0
  52. data/assets/css/bootstrap/dist/css/bootstrap.css +6757 -0
  53. data/assets/css/bootstrap/dist/css/bootstrap.css.map +1 -0
  54. data/assets/css/bootstrap/dist/css/bootstrap.min.css +6 -0
  55. data/assets/css/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  56. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  57. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +288 -0
  58. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  59. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  60. data/assets/css/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  61. data/assets/css/bootstrap/dist/js/bootstrap.js +2377 -0
  62. data/assets/css/bootstrap/dist/js/bootstrap.min.js +7 -0
  63. data/assets/css/bootstrap/dist/js/npm.js +13 -0
  64. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  65. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  66. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  67. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  68. data/assets/css/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  69. data/assets/css/bootstrap/grunt/.jshintrc +7 -0
  70. data/assets/css/bootstrap/grunt/bs-commonjs-generator.js +30 -0
  71. data/assets/css/bootstrap/grunt/bs-glyphicons-data-generator.js +42 -0
  72. data/assets/css/bootstrap/grunt/bs-lessdoc-parser.js +237 -0
  73. data/assets/css/bootstrap/grunt/bs-raw-files-generator.js +44 -0
  74. data/assets/css/bootstrap/grunt/change-version.js +109 -0
  75. data/assets/css/bootstrap/grunt/configBridge.json +46 -0
  76. data/assets/css/bootstrap/grunt/npm-shrinkwrap.json +2679 -0
  77. data/assets/css/bootstrap/grunt/sauce_browsers.yml +82 -0
  78. data/assets/css/bootstrap/js/affix.js +162 -0
  79. data/assets/css/bootstrap/js/alert.js +94 -0
  80. data/assets/css/bootstrap/js/button.js +125 -0
  81. data/assets/css/bootstrap/js/carousel.js +237 -0
  82. data/assets/css/bootstrap/js/collapse.js +212 -0
  83. data/assets/css/bootstrap/js/dropdown.js +165 -0
  84. data/assets/css/bootstrap/js/modal.js +339 -0
  85. data/assets/css/bootstrap/js/popover.js +108 -0
  86. data/assets/css/bootstrap/js/scrollspy.js +172 -0
  87. data/assets/css/bootstrap/js/tab.js +155 -0
  88. data/assets/css/bootstrap/js/tooltip.js +520 -0
  89. data/assets/css/bootstrap/js/transition.js +59 -0
  90. data/assets/css/bootstrap/less/alerts.less +73 -0
  91. data/assets/css/bootstrap/less/badges.less +66 -0
  92. data/assets/css/bootstrap/less/bootstrap.less +56 -0
  93. data/assets/css/bootstrap/less/breadcrumbs.less +26 -0
  94. data/assets/css/bootstrap/less/button-groups.less +244 -0
  95. data/assets/css/bootstrap/less/buttons.less +166 -0
  96. data/assets/css/bootstrap/less/carousel.less +270 -0
  97. data/assets/css/bootstrap/less/close.less +34 -0
  98. data/assets/css/bootstrap/less/code.less +69 -0
  99. data/assets/css/bootstrap/less/component-animations.less +33 -0
  100. data/assets/css/bootstrap/less/dropdowns.less +216 -0
  101. data/assets/css/bootstrap/less/forms.less +613 -0
  102. data/assets/css/bootstrap/less/glyphicons.less +305 -0
  103. data/assets/css/bootstrap/less/grid.less +84 -0
  104. data/assets/css/bootstrap/less/input-groups.less +171 -0
  105. data/assets/css/bootstrap/less/jumbotron.less +54 -0
  106. data/assets/css/bootstrap/less/labels.less +64 -0
  107. data/assets/css/bootstrap/less/list-group.less +130 -0
  108. data/assets/css/bootstrap/less/media.less +66 -0
  109. data/assets/css/bootstrap/less/mixins.less +40 -0
  110. data/assets/css/bootstrap/less/mixins/alerts.less +14 -0
  111. data/assets/css/bootstrap/less/mixins/background-variant.less +9 -0
  112. data/assets/css/bootstrap/less/mixins/border-radius.less +18 -0
  113. data/assets/css/bootstrap/less/mixins/buttons.less +65 -0
  114. data/assets/css/bootstrap/less/mixins/center-block.less +7 -0
  115. data/assets/css/bootstrap/less/mixins/clearfix.less +22 -0
  116. data/assets/css/bootstrap/less/mixins/forms.less +85 -0
  117. data/assets/css/bootstrap/less/mixins/gradients.less +59 -0
  118. data/assets/css/bootstrap/less/mixins/grid-framework.less +91 -0
  119. data/assets/css/bootstrap/less/mixins/grid.less +122 -0
  120. data/assets/css/bootstrap/less/mixins/hide-text.less +21 -0
  121. data/assets/css/bootstrap/less/mixins/image.less +33 -0
  122. data/assets/css/bootstrap/less/mixins/labels.less +12 -0
  123. data/assets/css/bootstrap/less/mixins/list-group.less +30 -0
  124. data/assets/css/bootstrap/less/mixins/nav-divider.less +10 -0
  125. data/assets/css/bootstrap/less/mixins/nav-vertical-align.less +9 -0
  126. data/assets/css/bootstrap/less/mixins/opacity.less +8 -0
  127. data/assets/css/bootstrap/less/mixins/pagination.less +24 -0
  128. data/assets/css/bootstrap/less/mixins/panels.less +24 -0
  129. data/assets/css/bootstrap/less/mixins/progress-bar.less +10 -0
  130. data/assets/css/bootstrap/less/mixins/reset-filter.less +8 -0
  131. data/assets/css/bootstrap/less/mixins/reset-text.less +18 -0
  132. data/assets/css/bootstrap/less/mixins/resize.less +6 -0
  133. data/assets/css/bootstrap/less/mixins/responsive-visibility.less +15 -0
  134. data/assets/css/bootstrap/less/mixins/size.less +10 -0
  135. data/assets/css/bootstrap/less/mixins/tab-focus.less +9 -0
  136. data/assets/css/bootstrap/less/mixins/table-row.less +28 -0
  137. data/assets/css/bootstrap/less/mixins/text-emphasis.less +9 -0
  138. data/assets/css/bootstrap/less/mixins/text-overflow.less +8 -0
  139. data/assets/css/bootstrap/less/mixins/vendor-prefixes.less +227 -0
  140. data/assets/css/bootstrap/less/modals.less +150 -0
  141. data/assets/css/bootstrap/less/navbar.less +660 -0
  142. data/assets/css/bootstrap/less/navs.less +242 -0
  143. data/assets/css/bootstrap/less/normalize.less +424 -0
  144. data/assets/css/bootstrap/less/pager.less +54 -0
  145. data/assets/css/bootstrap/less/pagination.less +89 -0
  146. data/assets/css/bootstrap/less/panels.less +271 -0
  147. data/assets/css/bootstrap/less/popovers.less +131 -0
  148. data/assets/css/bootstrap/less/print.less +101 -0
  149. data/assets/css/bootstrap/less/progress-bars.less +87 -0
  150. data/assets/css/bootstrap/less/responsive-embed.less +35 -0
  151. data/assets/css/bootstrap/less/responsive-utilities.less +194 -0
  152. data/assets/css/bootstrap/less/scaffolding.less +161 -0
  153. data/assets/css/bootstrap/less/tables.less +234 -0
  154. data/assets/css/bootstrap/less/theme.less +291 -0
  155. data/assets/css/bootstrap/less/thumbnails.less +36 -0
  156. data/assets/css/bootstrap/less/tooltip.less +101 -0
  157. data/assets/css/bootstrap/less/type.less +302 -0
  158. data/assets/css/bootstrap/less/utilities.less +55 -0
  159. data/assets/css/bootstrap/less/variables.less +869 -0
  160. data/assets/css/bootstrap/less/wells.less +29 -0
  161. data/assets/css/bootstrap/package.json +144 -0
  162. data/assets/css/style.scss +4 -0
  163. data/assets/css/theme.css +7791 -0
  164. data/assets/fonts/fakt/Fakt-Blond.woff2 +0 -0
  165. data/assets/fonts/fakt/Fakt-BlondItalic.woff2 +0 -0
  166. data/assets/fonts/fakt/Fakt-SemiBold.woff2 +0 -0
  167. data/assets/fonts/theme-website.woff +0 -0
  168. data/assets/images/backgrounds/mascote-cerebrum-3d.png +0 -0
  169. data/assets/images/logos/logo.svg +37 -0
  170. data/assets/images/logos/logo_32_32.png +0 -0
  171. data/assets/images/logos/theme-logo-green.png +0 -0
  172. data/assets/images/logos/theme-logo-white.png +0 -0
  173. data/assets/images/rocket.png +0 -0
  174. data/assets/javascript/anchor-js/.eslintrc +77 -0
  175. data/assets/javascript/anchor-js/.gitattributes +2 -0
  176. data/assets/javascript/anchor-js/.npmignore +4 -0
  177. data/assets/javascript/anchor-js/.travis.yml +6 -0
  178. data/assets/javascript/anchor-js/anchor.js +335 -0
  179. data/assets/javascript/anchor-js/anchor.min.js +6 -0
  180. data/assets/javascript/anchor-js/banner.js +17 -0
  181. data/assets/javascript/anchor-js/docs/anchor.js +335 -0
  182. data/assets/javascript/anchor-js/docs/favicon.ico +0 -0
  183. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.eot +0 -0
  184. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.svg +11 -0
  185. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.ttf +0 -0
  186. data/assets/javascript/anchor-js/docs/fonts/anchorjs-extras.woff +0 -0
  187. data/assets/javascript/anchor-js/docs/fonts/fonts.css +24 -0
  188. data/assets/javascript/anchor-js/docs/grunticon/grunticon.loader.js +3 -0
  189. data/assets/javascript/anchor-js/docs/grunticon/icons.data.png.css +5 -0
  190. data/assets/javascript/anchor-js/docs/grunticon/icons.data.svg.css +5 -0
  191. data/assets/javascript/anchor-js/docs/grunticon/icons.fallback.css +5 -0
  192. data/assets/javascript/anchor-js/docs/grunticon/png/grunticon-link.png +0 -0
  193. data/assets/javascript/anchor-js/docs/img/anchoring-links.png +0 -0
  194. data/assets/javascript/anchor-js/docs/img/anchorjs_logo.png +0 -0
  195. data/assets/javascript/anchor-js/docs/img/anchorlinks2.png +0 -0
  196. data/assets/javascript/anchor-js/docs/img/gh-link.svg +9 -0
  197. data/assets/javascript/anchor-js/docs/img/gh_link.svg +9 -0
  198. data/assets/javascript/anchor-js/docs/img/hyperlink.svg +9 -0
  199. data/assets/javascript/anchor-js/docs/img/link.svg +6 -0
  200. data/assets/javascript/anchor-js/docs/img/mini-logo.png +0 -0
  201. data/assets/javascript/anchor-js/docs/img/primer-md.png +0 -0
  202. data/assets/javascript/anchor-js/docs/scripts.js +12 -0
  203. data/assets/javascript/anchor-js/docs/styles.css +494 -0
  204. data/assets/javascript/jquery-lazy/LICENSE +375 -0
  205. data/assets/javascript/jquery-lazy/bower.json +48 -0
  206. data/assets/javascript/jquery-lazy/gulpfile.js +150 -0
  207. data/assets/javascript/jquery-lazy/jquery.lazy.js +870 -0
  208. data/assets/javascript/jquery-lazy/jquery.lazy.min.js +2 -0
  209. data/assets/javascript/jquery-lazy/jquery.lazy.plugins.js +580 -0
  210. data/assets/javascript/jquery-lazy/jquery.lazy.plugins.min.js +2 -0
  211. data/assets/javascript/jquery-lazy/package.json +125 -0
  212. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.ajax.js +73 -0
  213. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.ajax.min.js +2 -0
  214. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.av.js +115 -0
  215. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.av.min.js +2 -0
  216. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.iframe.js +81 -0
  217. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.iframe.min.js +2 -0
  218. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.noop.js +30 -0
  219. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.noop.min.js +2 -0
  220. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.picture.js +187 -0
  221. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.picture.min.js +2 -0
  222. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.script.js +27 -0
  223. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.script.min.js +2 -0
  224. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.vimeo.js +30 -0
  225. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.vimeo.min.js +2 -0
  226. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.youtube.js +30 -0
  227. data/assets/javascript/jquery-lazy/plugins/jquery.lazy.youtube.min.js +2 -0
  228. data/assets/javascript/jquery/AUTHORS.txt +301 -0
  229. data/assets/javascript/jquery/LICENSE.txt +36 -0
  230. data/assets/javascript/jquery/bower.json +14 -0
  231. data/assets/javascript/jquery/dist/core.js +476 -0
  232. data/assets/javascript/jquery/dist/jquery.js +10253 -0
  233. data/assets/javascript/jquery/dist/jquery.min.js +4 -0
  234. data/assets/javascript/jquery/dist/jquery.min.map +1 -0
  235. data/assets/javascript/jquery/dist/jquery.slim.js +8160 -0
  236. data/assets/javascript/jquery/dist/jquery.slim.min.js +4 -0
  237. data/assets/javascript/jquery/dist/jquery.slim.min.map +1 -0
  238. data/assets/javascript/jquery/external/sizzle/LICENSE.txt +36 -0
  239. data/assets/javascript/jquery/external/sizzle/dist/sizzle.js +2272 -0
  240. data/assets/javascript/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  241. data/assets/javascript/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  242. data/assets/javascript/jquery/package.json +162 -0
  243. data/assets/javascript/jquery/src/.eslintrc.json +5 -0
  244. data/assets/javascript/jquery/src/ajax.js +855 -0
  245. data/assets/javascript/jquery/src/ajax/jsonp.js +102 -0
  246. data/assets/javascript/jquery/src/ajax/load.js +76 -0
  247. data/assets/javascript/jquery/src/ajax/parseXML.js +30 -0
  248. data/assets/javascript/jquery/src/ajax/script.js +77 -0
  249. data/assets/javascript/jquery/src/ajax/var/location.js +5 -0
  250. data/assets/javascript/jquery/src/ajax/var/nonce.js +7 -0
  251. data/assets/javascript/jquery/src/ajax/var/rquery.js +5 -0
  252. data/assets/javascript/jquery/src/ajax/xhr.js +169 -0
  253. data/assets/javascript/jquery/src/attributes.js +13 -0
  254. data/assets/javascript/jquery/src/attributes/attr.js +141 -0
  255. data/assets/javascript/jquery/src/attributes/classes.js +174 -0
  256. data/assets/javascript/jquery/src/attributes/prop.js +143 -0
  257. data/assets/javascript/jquery/src/attributes/support.js +33 -0
  258. data/assets/javascript/jquery/src/attributes/val.js +190 -0
  259. data/assets/javascript/jquery/src/callbacks.js +234 -0
  260. data/assets/javascript/jquery/src/core.js +476 -0
  261. data/assets/javascript/jquery/src/core/DOMEval.js +16 -0
  262. data/assets/javascript/jquery/src/core/access.js +70 -0
  263. data/assets/javascript/jquery/src/core/init.js +128 -0
  264. data/assets/javascript/jquery/src/core/nodeName.js +13 -0
  265. data/assets/javascript/jquery/src/core/parseHTML.js +65 -0
  266. data/assets/javascript/jquery/src/core/ready-no-deferred.js +96 -0
  267. data/assets/javascript/jquery/src/core/ready.js +86 -0
  268. data/assets/javascript/jquery/src/core/readyException.js +13 -0
  269. data/assets/javascript/jquery/src/core/stripAndCollapse.js +14 -0
  270. data/assets/javascript/jquery/src/core/support.js +20 -0
  271. data/assets/javascript/jquery/src/core/var/rsingleTag.js +6 -0
  272. data/assets/javascript/jquery/src/css.js +438 -0
  273. data/assets/javascript/jquery/src/css/addGetHookIf.js +26 -0
  274. data/assets/javascript/jquery/src/css/adjustCSS.js +71 -0
  275. data/assets/javascript/jquery/src/css/curCSS.js +65 -0
  276. data/assets/javascript/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  277. data/assets/javascript/jquery/src/css/showHide.js +105 -0
  278. data/assets/javascript/jquery/src/css/support.js +89 -0
  279. data/assets/javascript/jquery/src/css/var/cssExpand.js +5 -0
  280. data/assets/javascript/jquery/src/css/var/getStyles.js +17 -0
  281. data/assets/javascript/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  282. data/assets/javascript/jquery/src/css/var/rmargin.js +5 -0
  283. data/assets/javascript/jquery/src/css/var/rnumnonpx.js +7 -0
  284. data/assets/javascript/jquery/src/css/var/swap.js +26 -0
  285. data/assets/javascript/jquery/src/data.js +179 -0
  286. data/assets/javascript/jquery/src/data/Data.js +161 -0
  287. data/assets/javascript/jquery/src/data/var/acceptData.js +19 -0
  288. data/assets/javascript/jquery/src/data/var/dataPriv.js +7 -0
  289. data/assets/javascript/jquery/src/data/var/dataUser.js +7 -0
  290. data/assets/javascript/jquery/src/deferred.js +391 -0
  291. data/assets/javascript/jquery/src/deferred/exceptionHook.js +21 -0
  292. data/assets/javascript/jquery/src/deprecated.js +40 -0
  293. data/assets/javascript/jquery/src/dimensions.js +56 -0
  294. data/assets/javascript/jquery/src/effects.js +699 -0
  295. data/assets/javascript/jquery/src/effects/Tween.js +123 -0
  296. data/assets/javascript/jquery/src/effects/animatedSelector.js +15 -0
  297. data/assets/javascript/jquery/src/event.js +746 -0
  298. data/assets/javascript/jquery/src/event/ajax.js +22 -0
  299. data/assets/javascript/jquery/src/event/alias.js +29 -0
  300. data/assets/javascript/jquery/src/event/focusin.js +55 -0
  301. data/assets/javascript/jquery/src/event/support.js +11 -0
  302. data/assets/javascript/jquery/src/event/trigger.js +185 -0
  303. data/assets/javascript/jquery/src/exports/amd.js +26 -0
  304. data/assets/javascript/jquery/src/exports/global.js +34 -0
  305. data/assets/javascript/jquery/src/jquery.js +41 -0
  306. data/assets/javascript/jquery/src/manipulation.js +488 -0
  307. data/assets/javascript/jquery/src/manipulation/_evalUrl.js +23 -0
  308. data/assets/javascript/jquery/src/manipulation/buildFragment.js +104 -0
  309. data/assets/javascript/jquery/src/manipulation/getAll.js +32 -0
  310. data/assets/javascript/jquery/src/manipulation/setGlobalEval.js +22 -0
  311. data/assets/javascript/jquery/src/manipulation/support.js +35 -0
  312. data/assets/javascript/jquery/src/manipulation/var/rcheckableType.js +5 -0
  313. data/assets/javascript/jquery/src/manipulation/var/rscriptType.js +5 -0
  314. data/assets/javascript/jquery/src/manipulation/var/rtagName.js +5 -0
  315. data/assets/javascript/jquery/src/manipulation/wrapMap.js +29 -0
  316. data/assets/javascript/jquery/src/offset.js +229 -0
  317. data/assets/javascript/jquery/src/queue.js +145 -0
  318. data/assets/javascript/jquery/src/queue/delay.js +24 -0
  319. data/assets/javascript/jquery/src/selector-native.js +237 -0
  320. data/assets/javascript/jquery/src/selector-sizzle.js +19 -0
  321. data/assets/javascript/jquery/src/selector.js +3 -0
  322. data/assets/javascript/jquery/src/serialize.js +130 -0
  323. data/assets/javascript/jquery/src/traversing.js +191 -0
  324. data/assets/javascript/jquery/src/traversing/findFilter.js +106 -0
  325. data/assets/javascript/jquery/src/traversing/var/dir.js +22 -0
  326. data/assets/javascript/jquery/src/traversing/var/rneedsContext.js +8 -0
  327. data/assets/javascript/jquery/src/traversing/var/siblings.js +17 -0
  328. data/assets/javascript/jquery/src/var/ObjectFunctionString.js +7 -0
  329. data/assets/javascript/jquery/src/var/arr.js +5 -0
  330. data/assets/javascript/jquery/src/var/class2type.js +6 -0
  331. data/assets/javascript/jquery/src/var/concat.js +7 -0
  332. data/assets/javascript/jquery/src/var/document.js +5 -0
  333. data/assets/javascript/jquery/src/var/documentElement.js +7 -0
  334. data/assets/javascript/jquery/src/var/fnToString.js +7 -0
  335. data/assets/javascript/jquery/src/var/getProto.js +5 -0
  336. data/assets/javascript/jquery/src/var/hasOwn.js +7 -0
  337. data/assets/javascript/jquery/src/var/indexOf.js +7 -0
  338. data/assets/javascript/jquery/src/var/pnum.js +5 -0
  339. data/assets/javascript/jquery/src/var/push.js +7 -0
  340. data/assets/javascript/jquery/src/var/rcssNum.js +9 -0
  341. data/assets/javascript/jquery/src/var/rnothtmlwhite.js +8 -0
  342. data/assets/javascript/jquery/src/var/slice.js +7 -0
  343. data/assets/javascript/jquery/src/var/support.js +6 -0
  344. data/assets/javascript/jquery/src/var/toString.js +7 -0
  345. data/assets/javascript/jquery/src/wrap.js +77 -0
  346. data/assets/javascript/velocity-animate/package.json +104 -0
  347. data/assets/javascript/velocity-animate/velocity.js +4768 -0
  348. data/assets/javascript/velocity-animate/velocity.min.js +4 -0
  349. data/assets/javascript/velocity-animate/velocity.ui.js +804 -0
  350. data/assets/javascript/velocity-animate/velocity.ui.min.js +1 -0
  351. data/assets/js/0-bootstrap.min.js +7 -0
  352. data/assets/js/0-jquery.ba-postmessage.min.js +20 -0
  353. data/assets/js/0-jquery.lazy.min.js +2 -0
  354. data/assets/js/0-velocity.js +4 -0
  355. data/assets/js/application.js +103 -0
  356. data/assets/js/internal/listAndPagi.js +38 -0
  357. data/assets/js/internal/pagination.js +11 -0
  358. data/assets/js/internal/search.js +65 -0
  359. data/assets/js/internal/utils.js +128 -0
  360. data/assets/js/jquery.js +5 -0
  361. data/assets/js/web/libs/lunr.js/0.6.0/lunr.min.js +7 -0
  362. metadata +461 -0
@@ -0,0 +1,375 @@
1
+ Lazy is dual-licensed under MIT and GPL-2.0 license. Please choose one of them, both are listed below.
2
+
3
+
4
+ ---------------------------------
5
+
6
+
7
+ MIT License
8
+
9
+ Copyright (c) 2017 Daniel 'Eisbehr' Kern, eisbehr.de
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.
28
+
29
+
30
+ ---------------------------------
31
+
32
+
33
+ GPL-2.0 License
34
+
35
+
36
+
37
+ GNU GENERAL PUBLIC LICENSE
38
+ Version 2, June 1991
39
+
40
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
41
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
42
+ Everyone is permitted to copy and distribute verbatim copies
43
+ of this license document, but changing it is not allowed.
44
+
45
+ Preamble
46
+
47
+ The licenses for most software are designed to take away your
48
+ freedom to share and change it. By contrast, the GNU General Public
49
+ License is intended to guarantee your freedom to share and change free
50
+ software--to make sure the software is free for all its users. This
51
+ General Public License applies to most of the Free Software
52
+ Foundation's software and to any other program whose authors commit to
53
+ using it. (Some other Free Software Foundation software is covered by
54
+ the GNU Lesser General Public License instead.) You can apply it to
55
+ your programs, too.
56
+
57
+ When we speak of free software, we are referring to freedom, not
58
+ price. Our General Public Licenses are designed to make sure that you
59
+ have the freedom to distribute copies of free software (and charge for
60
+ this service if you wish), that you receive source code or can get it
61
+ if you want it, that you can change the software or use pieces of it
62
+ in new free programs; and that you know you can do these things.
63
+
64
+ To protect your rights, we need to make restrictions that forbid
65
+ anyone to deny you these rights or to ask you to surrender the rights.
66
+ These restrictions translate to certain responsibilities for you if you
67
+ distribute copies of the software, or if you modify it.
68
+
69
+ For example, if you distribute copies of such a program, whether
70
+ gratis or for a fee, you must give the recipients all the rights that
71
+ you have. You must make sure that they, too, receive or can get the
72
+ source code. And you must show them these terms so they know their
73
+ rights.
74
+
75
+ We protect your rights with two steps: (1) copyright the software, and
76
+ (2) offer you this license which gives you legal permission to copy,
77
+ distribute and/or modify the software.
78
+
79
+ Also, for each author's protection and ours, we want to make certain
80
+ that everyone understands that there is no warranty for this free
81
+ software. If the software is modified by someone else and passed on, we
82
+ want its recipients to know that what they have is not the original, so
83
+ that any problems introduced by others will not reflect on the original
84
+ authors' reputations.
85
+
86
+ Finally, any free program is threatened constantly by software
87
+ patents. We wish to avoid the danger that redistributors of a free
88
+ program will individually obtain patent licenses, in effect making the
89
+ program proprietary. To prevent this, we have made it clear that any
90
+ patent must be licensed for everyone's free use or not licensed at all.
91
+
92
+ The precise terms and conditions for copying, distribution and
93
+ modification follow.
94
+
95
+ GNU GENERAL PUBLIC LICENSE
96
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
97
+
98
+ 0. This License applies to any program or other work which contains
99
+ a notice placed by the copyright holder saying it may be distributed
100
+ under the terms of this General Public License. The "Program", below,
101
+ refers to any such program or work, and a "work based on the Program"
102
+ means either the Program or any derivative work under copyright law:
103
+ that is to say, a work containing the Program or a portion of it,
104
+ either verbatim or with modifications and/or translated into another
105
+ language. (Hereinafter, translation is included without limitation in
106
+ the term "modification".) Each licensee is addressed as "you".
107
+
108
+ Activities other than copying, distribution and modification are not
109
+ covered by this License; they are outside its scope. The act of
110
+ running the Program is not restricted, and the output from the Program
111
+ is covered only if its contents constitute a work based on the
112
+ Program (independent of having been made by running the Program).
113
+ Whether that is true depends on what the Program does.
114
+
115
+ 1. You may copy and distribute verbatim copies of the Program's
116
+ source code as you receive it, in any medium, provided that you
117
+ conspicuously and appropriately publish on each copy an appropriate
118
+ copyright notice and disclaimer of warranty; keep intact all the
119
+ notices that refer to this License and to the absence of any warranty;
120
+ and give any other recipients of the Program a copy of this License
121
+ along with the Program.
122
+
123
+ You may charge a fee for the physical act of transferring a copy, and
124
+ you may at your option offer warranty protection in exchange for a fee.
125
+
126
+ 2. You may modify your copy or copies of the Program or any portion
127
+ of it, thus forming a work based on the Program, and copy and
128
+ distribute such modifications or work under the terms of Section 1
129
+ above, provided that you also meet all of these conditions:
130
+
131
+ a) You must cause the modified files to carry prominent notices
132
+ stating that you changed the files and the date of any change.
133
+
134
+ b) You must cause any work that you distribute or publish, that in
135
+ whole or in part contains or is derived from the Program or any
136
+ part thereof, to be licensed as a whole at no charge to all third
137
+ parties under the terms of this License.
138
+
139
+ c) If the modified program normally reads commands interactively
140
+ when run, you must cause it, when started running for such
141
+ interactive use in the most ordinary way, to print or display an
142
+ announcement including an appropriate copyright notice and a
143
+ notice that there is no warranty (or else, saying that you provide
144
+ a warranty) and that users may redistribute the program under
145
+ these conditions, and telling the user how to view a copy of this
146
+ License. (Exception: if the Program itself is interactive but
147
+ does not normally print such an announcement, your work based on
148
+ the Program is not required to print an announcement.)
149
+
150
+ These requirements apply to the modified work as a whole. If
151
+ identifiable sections of that work are not derived from the Program,
152
+ and can be reasonably considered independent and separate works in
153
+ themselves, then this License, and its terms, do not apply to those
154
+ sections when you distribute them as separate works. But when you
155
+ distribute the same sections as part of a whole which is a work based
156
+ on the Program, the distribution of the whole must be on the terms of
157
+ this License, whose permissions for other licensees extend to the
158
+ entire whole, and thus to each and every part regardless of who wrote it.
159
+
160
+ Thus, it is not the intent of this section to claim rights or contest
161
+ your rights to work written entirely by you; rather, the intent is to
162
+ exercise the right to control the distribution of derivative or
163
+ collective works based on the Program.
164
+
165
+ In addition, mere aggregation of another work not based on the Program
166
+ with the Program (or with a work based on the Program) on a volume of
167
+ a storage or distribution medium does not bring the other work under
168
+ the scope of this License.
169
+
170
+ 3. You may copy and distribute the Program (or a work based on it,
171
+ under Section 2) in object code or executable form under the terms of
172
+ Sections 1 and 2 above provided that you also do one of the following:
173
+
174
+ a) Accompany it with the complete corresponding machine-readable
175
+ source code, which must be distributed under the terms of Sections
176
+ 1 and 2 above on a medium customarily used for software interchange; or,
177
+
178
+ b) Accompany it with a written offer, valid for at least three
179
+ years, to give any third party, for a charge no more than your
180
+ cost of physically performing source distribution, a complete
181
+ machine-readable copy of the corresponding source code, to be
182
+ distributed under the terms of Sections 1 and 2 above on a medium
183
+ customarily used for software interchange; or,
184
+
185
+ c) Accompany it with the information you received as to the offer
186
+ to distribute corresponding source code. (This alternative is
187
+ allowed only for noncommercial distribution and only if you
188
+ received the program in object code or executable form with such
189
+ an offer, in accord with Subsection b above.)
190
+
191
+ The source code for a work means the preferred form of the work for
192
+ making modifications to it. For an executable work, complete source
193
+ code means all the source code for all modules it contains, plus any
194
+ associated interface definition files, plus the scripts used to
195
+ control compilation and installation of the executable. However, as a
196
+ special exception, the source code distributed need not include
197
+ anything that is normally distributed (in either source or binary
198
+ form) with the major components (compiler, kernel, and so on) of the
199
+ operating system on which the executable runs, unless that component
200
+ itself accompanies the executable.
201
+
202
+ If distribution of executable or object code is made by offering
203
+ access to copy from a designated place, then offering equivalent
204
+ access to copy the source code from the same place counts as
205
+ distribution of the source code, even though third parties are not
206
+ compelled to copy the source along with the object code.
207
+
208
+ 4. You may not copy, modify, sublicense, or distribute the Program
209
+ except as expressly provided under this License. Any attempt
210
+ otherwise to copy, modify, sublicense or distribute the Program is
211
+ void, and will automatically terminate your rights under this License.
212
+ However, parties who have received copies, or rights, from you under
213
+ this License will not have their licenses terminated so long as such
214
+ parties remain in full compliance.
215
+
216
+ 5. You are not required to accept this License, since you have not
217
+ signed it. However, nothing else grants you permission to modify or
218
+ distribute the Program or its derivative works. These actions are
219
+ prohibited by law if you do not accept this License. Therefore, by
220
+ modifying or distributing the Program (or any work based on the
221
+ Program), you indicate your acceptance of this License to do so, and
222
+ all its terms and conditions for copying, distributing or modifying
223
+ the Program or works based on it.
224
+
225
+ 6. Each time you redistribute the Program (or any work based on the
226
+ Program), the recipient automatically receives a license from the
227
+ original licensor to copy, distribute or modify the Program subject to
228
+ these terms and conditions. You may not impose any further
229
+ restrictions on the recipients' exercise of the rights granted herein.
230
+ You are not responsible for enforcing compliance by third parties to
231
+ this License.
232
+
233
+ 7. If, as a consequence of a court judgment or allegation of patent
234
+ infringement or for any other reason (not limited to patent issues),
235
+ conditions are imposed on you (whether by court order, agreement or
236
+ otherwise) that contradict the conditions of this License, they do not
237
+ excuse you from the conditions of this License. If you cannot
238
+ distribute so as to satisfy simultaneously your obligations under this
239
+ License and any other pertinent obligations, then as a consequence you
240
+ may not distribute the Program at all. For example, if a patent
241
+ license would not permit royalty-free redistribution of the Program by
242
+ all those who receive copies directly or indirectly through you, then
243
+ the only way you could satisfy both it and this License would be to
244
+ refrain entirely from distribution of the Program.
245
+
246
+ If any portion of this section is held invalid or unenforceable under
247
+ any particular circumstance, the balance of the section is intended to
248
+ apply and the section as a whole is intended to apply in other
249
+ circumstances.
250
+
251
+ It is not the purpose of this section to induce you to infringe any
252
+ patents or other property right claims or to contest validity of any
253
+ such claims; this section has the sole purpose of protecting the
254
+ integrity of the free software distribution system, which is
255
+ implemented by public license practices. Many people have made
256
+ generous contributions to the wide range of software distributed
257
+ through that system in reliance on consistent application of that
258
+ system; it is up to the author/donor to decide if he or she is willing
259
+ to distribute software through any other system and a licensee cannot
260
+ impose that choice.
261
+
262
+ This section is intended to make thoroughly clear what is believed to
263
+ be a consequence of the rest of this License.
264
+
265
+ 8. If the distribution and/or use of the Program is restricted in
266
+ certain countries either by patents or by copyrighted interfaces, the
267
+ original copyright holder who places the Program under this License
268
+ may add an explicit geographical distribution limitation excluding
269
+ those countries, so that distribution is permitted only in or among
270
+ countries not thus excluded. In such case, this License incorporates
271
+ the limitation as if written in the body of this License.
272
+
273
+ 9. The Free Software Foundation may publish revised and/or new versions
274
+ of the General Public License from time to time. Such new versions will
275
+ be similar in spirit to the present version, but may differ in detail to
276
+ address new problems or concerns.
277
+
278
+ Each version is given a distinguishing version number. If the Program
279
+ specifies a version number of this License which applies to it and "any
280
+ later version", you have the option of following the terms and conditions
281
+ either of that version or of any later version published by the Free
282
+ Software Foundation. If the Program does not specify a version number of
283
+ this License, you may choose any version ever published by the Free Software
284
+ Foundation.
285
+
286
+ 10. If you wish to incorporate parts of the Program into other free
287
+ programs whose distribution conditions are different, write to the author
288
+ to ask for permission. For software which is copyrighted by the Free
289
+ Software Foundation, write to the Free Software Foundation; we sometimes
290
+ make exceptions for this. Our decision will be guided by the two goals
291
+ of preserving the free status of all derivatives of our free software and
292
+ of promoting the sharing and reuse of software generally.
293
+
294
+ NO WARRANTY
295
+
296
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
297
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
298
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
299
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
300
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
301
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
302
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
303
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
304
+ REPAIR OR CORRECTION.
305
+
306
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
307
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
308
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
309
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
310
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
311
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
312
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
313
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
314
+ POSSIBILITY OF SUCH DAMAGES.
315
+
316
+ END OF TERMS AND CONDITIONS
317
+
318
+ How to Apply These Terms to Your New Programs
319
+
320
+ If you develop a new program, and you want it to be of the greatest
321
+ possible use to the public, the best way to achieve this is to make it
322
+ free software which everyone can redistribute and change under these terms.
323
+
324
+ To do so, attach the following notices to the program. It is safest
325
+ to attach them to the start of each source file to most effectively
326
+ convey the exclusion of warranty; and each file should have at least
327
+ the "copyright" line and a pointer to where the full notice is found.
328
+
329
+ {description}
330
+ Copyright (C) {year} {fullname}
331
+
332
+ This program is free software; you can redistribute it and/or modify
333
+ it under the terms of the GNU General Public License as published by
334
+ the Free Software Foundation; either version 2 of the License, or
335
+ (at your option) any later version.
336
+
337
+ This program is distributed in the hope that it will be useful,
338
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
339
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
340
+ GNU General Public License for more details.
341
+
342
+ You should have received a copy of the GNU General Public License along
343
+ with this program; if not, write to the Free Software Foundation, Inc.,
344
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
345
+
346
+ Also add information on how to contact you by electronic and paper mail.
347
+
348
+ If the program is interactive, make it output a short notice like this
349
+ when it starts in an interactive mode:
350
+
351
+ Gnomovision version 69, Copyright (C) year name of author
352
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
353
+ This is free software, and you are welcome to redistribute it
354
+ under certain conditions; type `show c' for details.
355
+
356
+ The hypothetical commands `show w' and `show c' should show the appropriate
357
+ parts of the General Public License. Of course, the commands you use may
358
+ be called something other than `show w' and `show c'; they could even be
359
+ mouse-clicks or menu items--whatever suits your program.
360
+
361
+ You should also get your employer (if you work as a programmer) or your
362
+ school, if any, to sign a "copyright disclaimer" for the program, if
363
+ necessary. Here is a sample; alter the names:
364
+
365
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
366
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
367
+
368
+ {signature of Ty Coon}, 1 April 1989
369
+ Ty Coon, President of Vice
370
+
371
+ This General Public License does not permit incorporating your program into
372
+ proprietary programs. If your program is a subroutine library, you may
373
+ consider it more useful to permit linking proprietary applications with the
374
+ library. If this is what you want to do, use the GNU Lesser General
375
+ Public License instead of this License.
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "jquery-lazy",
3
+ "description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery and Zepto. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view. You can use Lazy in all vertical and horizontal scroll ways. It supports images in 'img' tags and backgrounds, supplied with css like 'background-image', by default. On those elements Lazy can set an default image or a placeholder while loading and supports retina displays as well. But Lazy is even able to load any other content you want by plugins and custom loaders.",
4
+ "version": "1.7.7",
5
+ "main": "jquery.lazy.min.js",
6
+ "license": [
7
+ "MIT",
8
+ "GPL-2.0"
9
+ ],
10
+ "ignore": [
11
+ "*.md",
12
+ "*.json"
13
+ ],
14
+ "keywords": [
15
+ "lazy",
16
+ "lazyload",
17
+ "load",
18
+ "loader",
19
+ "image",
20
+ "images",
21
+ "background",
22
+ "content",
23
+ "speed",
24
+ "delay",
25
+ "delayed",
26
+ "pageload",
27
+ "performance",
28
+ "retina",
29
+ "placeholder",
30
+ "jquery",
31
+ "jquery-plugin",
32
+ "zepto",
33
+ "zepto-plugin"
34
+ ],
35
+ "authors": [{
36
+ "name": "Daniel 'Eisbehr' Kern",
37
+ "email": "jquery@eisbehr.de",
38
+ "homepage": "http://www.eisbehr.de/"
39
+ }],
40
+ "homepage": "http://jquery.eisbehr.de/lazy/",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git://github.com/eisbehr-/jquery.lazy.git"
44
+ },
45
+ "dependencies": {
46
+ "jquery": ">=1.7.2"
47
+ }
48
+ }
@@ -0,0 +1,150 @@
1
+ "use strict";
2
+
3
+ var gulp = require("gulp");
4
+ var util = require("gulp-util");
5
+ var data = require("gulp-data");
6
+ var noop = require("gulp-noop");
7
+ var rename = require("gulp-rename");
8
+ var header = require("gulp-header");
9
+ var jshint = require("gulp-jshint");
10
+ var uglify = require("gulp-uglify");
11
+ var concat = require("gulp-concat-util");
12
+ var pkg = require("./package.json");
13
+ var nl = require("os").EOL;
14
+
15
+
16
+
17
+ /*
18
+ ** CONFIG & PATHS
19
+ */
20
+
21
+
22
+
23
+ var config = {
24
+ header : "/*! jQuery & Zepto Lazy <%= info %> - <%= pkg.homepage %> - MIT&GPL-2.0 license - Copyright 2012-<%= year %> <%= pkg.author.name %> */",
25
+ main : pkg.main,
26
+ plugins : [
27
+ "plugins/jquery.lazy.*.js",
28
+ "!plugins/jquery.lazy.*.min.js"
29
+ ]
30
+ };
31
+
32
+
33
+
34
+ /*
35
+ ** PIPES
36
+ */
37
+
38
+
39
+
40
+ var pipes = {};
41
+
42
+ // check files with jshint
43
+ pipes.validateFiles = function(files) {
44
+ return gulp.src(files, {base: "./"})
45
+ .pipe(jshint())
46
+ .pipe(jshint.reporter("jshint-stylish"));
47
+ };
48
+
49
+ // check all files
50
+ pipes.validate = function() {
51
+ return pipes.validateFiles([config.main].concat(config.plugins));
52
+ };
53
+
54
+ // build main project file
55
+ pipes.buildMain = function() {
56
+ return pipes.validateFiles(config.main)
57
+ .pipe(uglify())
58
+ .pipe(header(config.header + nl, {
59
+ pkg : pkg,
60
+ info : "v" + pkg.version,
61
+ year : new Date().getFullYear()
62
+ }))
63
+ .pipe(rename(function(path) {
64
+ path.extname = ".min" + path.extname;
65
+ }))
66
+ .pipe(gulp.dest("./"));
67
+ };
68
+
69
+ // build plugin files
70
+ pipes.buildPlugins = function() {
71
+ return pipes.validateFiles(config.plugins)
72
+ .pipe(data(function(file) {
73
+ var string = String(file.contents).split("\n")[1];
74
+ var matches = string.match(/\s-\s([a-z ]+)\s-\sv([0-9.]+)/i);
75
+
76
+ return {
77
+ info: "- " + matches[1] + " v" + matches[2]
78
+ };
79
+ }))
80
+ .pipe(uglify())
81
+ .pipe(header(config.header + nl, {
82
+ pkg : pkg,
83
+ year : new Date().getFullYear()
84
+ }))
85
+ .pipe(rename(function(path) {
86
+ path.extname = ".min" + path.extname;
87
+ }))
88
+ .pipe(gulp.dest("./"));
89
+ };
90
+
91
+ // concat plugin files
92
+ pipes.concatPlugins = function() {
93
+ return gulp.src(config.plugins)
94
+ .pipe(concat(config.main.replace(".js", ".plugins.js"), {
95
+ sep: nl + nl
96
+ }))
97
+ .pipe(gulp.dest("./"))
98
+ .pipe(uglify())
99
+ .pipe(header(config.header + nl, {
100
+ pkg : pkg,
101
+ info : "- All Plugins v" + pkg.version,
102
+ year : new Date().getFullYear()
103
+ }))
104
+ .pipe(rename(function(path) {
105
+ path.extname = ".min" + path.extname;
106
+ }))
107
+ .pipe(gulp.dest("./"));
108
+ };
109
+
110
+
111
+
112
+ /*
113
+ ** TASKS
114
+ */
115
+
116
+
117
+
118
+ // check & build everything
119
+ gulp.task("build", ["build-main", "build-plugins", "concat-plugins"]);
120
+
121
+ // check & build main project file
122
+ gulp.task("build-main", pipes.buildMain);
123
+
124
+ // check & build single plugin files
125
+ gulp.task("build-plugins", pipes.buildPlugins);
126
+
127
+ // build concatenated plugins file
128
+ gulp.task("concat-plugins", pipes.concatPlugins);
129
+
130
+ // check all files
131
+ gulp.task("validate", pipes.validate);
132
+
133
+ // check, build & watch live changes
134
+ gulp.task("watch", ["build"], function() {
135
+ // watch main file
136
+ gulp.watch(config.main, function() {
137
+ var task = pipes.buildMain();
138
+ util.log("updated", "'" + util.colors.red("main file") + "'");
139
+ return task;
140
+ });
141
+
142
+ // watch plugins
143
+ gulp.watch(config.plugins, function() {
144
+ var task = pipes.buildPlugins();
145
+ util.log("updated", "'" + util.colors.red("plugins") + "'");
146
+ pipes.concatPlugins();
147
+ util.log("updated", "'" + util.colors.red("concatenated plugins file") + "'");
148
+ return task;
149
+ });
150
+ });