The following will minify your assets with grunt each time a generation write completes.
- Install Dependencies
| # Copyright (C) 2011 Anurag Priyam - MIT License | |
| module Jekyll | |
| # Jekyll plugin to generate tag clouds. | |
| # | |
| # The plugin defines a `tag_cloud` tag that is rendered by Liquid into a tag | |
| # cloud: | |
| # | |
| # <div class='cloud'> |
| <!DOCTYPE html> | |
| <html><head> | |
| <title>Testing the native precision of SVGPath.getBBox()</title> | |
| <meta charset="utf-8"> | |
| <style> | |
| pre { text-align: center; } | |
| svg { position: absolute; left: 0; top: 0; } | |
| html, body { width: 960px; height: 500px; margin: 0; padding: 0; } | |
| </style> | |
| <script src="https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael-min.js"></script> |
| npm install -g node-inspector | |
| /path/to/.titanium/mobilesdk/linux/3.1.0.GA/android/builder.py simulator projectname /path/to/android-sdk-linux /path/to/project com.your.project 16 WVGA800 127.0.0.1:5858 | |
| node-inspector |
The following will minify your assets with grunt each time a generation write completes.
| $(function(){ | |
| var formUrl = '/* ex: https://docs.google.com/a/developmentseed.org/spreadsheet/formResponse?formkey=... */'; | |
| // Set up map | |
| var m = mapbox.map('map').addLayer(mapbox.layer().id(' /* mapbox-account.id */ ')); | |
| // Set up map ui features with point selector | |
| var ui = mapbox.ui().map(m).auto().pointselector(function(d) { | |
| // Remove all points except the most recent |
| // -------------------------------------------------- | |
| // Flexbox LESS mixins | |
| // The spec: http://www.w3.org/TR/css3-flexbox | |
| // -------------------------------------------------- | |
| // Flexbox display | |
| // flex or inline-flex | |
| .flex-display(@display: flex) { | |
| display: ~"-webkit-@{display}"; | |
| display: ~"-ms-@{display}box"; // IE10 uses -ms-flexbox |
| #!/usr/bin/env ruby | |
| # | |
| # hey! a minimalist CRM for http://todotxt.com/ | |
| # | |
| # hey tells you one thing you should do regularly, but haven't done lately. | |
| # | |
| # $ todo.sh lf hey | |
| # 1 @phone Mom (+1 234 567 8901) +family | |
| # 2 @skype Dad +family | |
| # 3 @email mentor |
| /* | |
| Copyright 2012 Google Inc. All Rights Reserved. | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software |
| @import "compass/css3/shared"; | |
| // NOTE: | |
| // All mixins for the 2009 spec have been written assuming they'll be fed property values that | |
| // correspond to the standard spec. Some mixins can be fed values from the 2009 spec, but don't | |
| // rely on it. The `legacy-order` mixin will increment the value fed to it because the 2009 | |
| // `box-ordinal-group` property begins indexing at 1, while the modern `order` property begins | |
| // indexing at 0. | |
| // if `true`, the 2009 properties will be emitted as part of the normal mixin call |