I hereby claim:
- I am todthomson on github.
- I am todthomson (https://keybase.io/todthomson) on keybase.
- I have a public key whose fingerprint is C1EF 722C 80C1 2C96 5CE6 6F8B 129E 1A70 E909 1DD5
To claim this, I am signing this object:
| 'use strict'; | |
| (() => { | |
| console.log('Running octopack.js.'); | |
| const empty = require('fs-extra/lib/empty'); | |
| const filesize = require('filesize'); | |
| const fs = require('fs'); | |
| const minimist = require('minimist'); | |
| const octopackjs = require('@octopusdeploy/octopackjs'); |
I hereby claim:
To claim this, I am signing this object:
| # brew install https://gist.github.com/akunzai/bbcac93646ca08bd8569/raw/scriptcs.rb | |
| require 'formula' | |
| class Scriptcs < Formula | |
| homepage 'https://github.com/scriptcs/scriptcs' | |
| url 'https://github.com/scriptcs/scriptcs.git', :tag => "v0.12" | |
| depends_on "mono" => :recommended | |
| def install |
| using System.Web.Optimization; | |
| using LOR.PDCA.Web.Infrastructure; | |
| namespace Foo.Bar.Baz | |
| { | |
| public class AppendApplicationVersion : IBundleTransform | |
| { | |
| private readonly IAppSettings _appSettings; | |
| public AppendApplicationVersion(IAppSettings appSettings) |
| .table-scrollable | |
| { | |
| width: 100%; | |
| border-collapse: collapse; | |
| border-spacing: 0; | |
| } | |
| .table-scrollable thead, | |
| .table-scrollable tbody, | |
| .table-scrollable tr, |
| <script> | |
| var foo = $('#someid'); | |
| function somefunc() { | |
| var bar = foo; | |
| } | |
| function someothercallbackfunc() { | |
| var baz = foo; | |
| } | |
| </script> |