I will eventually turn this into a bower module when I have time with tests and the whole shebang.
background.html
| const debug = require('debug')('server') | |
| const mount = require('koa-mount-hot') | |
| const config = require('config') | |
| const route = require('koa-route') | |
| // TODO: This should only be in one place. | |
| mount.hot = (prefix, name, hot = false) => { | |
| if (config.env !== 'development') return false; | |
| return hot; | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| ### | |
| <div class="row"> | |
| <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div> | |
| </div> | |
| ### | |
| # Should be predictable translations. | |
| # Teacup |
To specify a custom path for use in an asset pipeline (Sprockets or Mincer), modify _ionicons-variables.less:
@ionicons-font-path: asset-dir("ionicons/fonts/ionicons.ttf");
| temp = require 'temp' | |
| fs = require 'fs' | |
| path = require 'path' | |
| _ = require 'underscore' | |
| cachePath = {} | |
| cache = {} | |
| requireExt = (_cachePath) -> |
(1) Chapter 3 sets out rights and responsibilities of national system employees, national system employers, organisations and others (such as independent contractors and industrial associations).
(2) Part 3-1 provides general workplace protections. It:
(a) protects workplace rights; and
(b) protects freedom of association and involvement in lawful industrial activities; and
| logger = require('onelog').get('AsyncTemplates') | |
| _ = require 'underscore' | |
| sinon = require 'sinon' | |
| async = require 'async' | |
| hamlc = require 'haml-coffee' | |
| # You MUST specify the ALL names of the methods which return asynchronously. | |
| # This is required because sync helpers can be used in conditionals. | |
| # This is useful for retrofitting existing code, or keeping code clean | |
| # and portable. |
| /* | |
| * @fileoverview Externs for backbone-0.9.1.js | |
| * | |
| * built with http://www.dotnetwise.com/Code/Externs/index.html | |
| * see also: http://blog.dotnetwise.com/2009/11/closure-compiler-externs-extractor.html | |
| * via: http://code.google.com/p/closure-compiler/wiki/FAQ#How_do_I_write_an_externs_file? | |
| * | |
| * Note: when building via that page, you first need to load in underscrore.js, as that's a dependency. | |
| * also, after running the extern for Backbone, you need to manually run it for: |
| <!DOCTYPE html> | |
| <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6 lte-ie8"> <![endif]--> | |
| <!--[if IE 7 ]> <html lang="en" class="no-js ie7 lte-ie8"> <![endif]--> | |
| <!--[if IE 8 ]> <html lang="en" class="no-js ie8 lte-ie8"> <![endif]--> | |
| <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> | |
| <title>{Title}{block:TagPage} • Posts Tagged ‘{Tag}’{/block:TagPage}{block:PostSummary} • {PostSummary}{/block:PostSummary}</title> | |
| {block:Description} |