I hereby claim:
- I am hpoom on github.
- I am hpoom (https://keybase.io/hpoom) on keybase.
- I have a public key whose fingerprint is DC5E 496C 4888 FF9B B43F 24BA 3A6C 559D 2E1A 648C
To claim this, I am signing this object:
| 127.0.0.1 collector.holidayextras.co.uk |
| { | |
| "data": { | |
| "__schema": { | |
| "queryType": { | |
| "name": "RootQuery" | |
| }, | |
| "mutationType": null, | |
| "subscriptionType": null, | |
| "types": [ | |
| { |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <table id="onsite"> | |
| <tr> | |
| <td>WINPPA</td><td>LEGOLAND Resort Hotel - Pirate Room</td><td>£545.50</td> | |
| </tr> | |
| </table> | |
| <table id="offsite"> |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <table id="onsite"> | |
| <tr> | |
| <td>WINPPA</td><td>LEGOLAND Resort Hotel - Pirate Room</td><td>£545.50</td> | |
| </tr> | |
| <tr> | |
| <td>WINAAA</td><td>LEGOLAND Resort Hotel - Adventure Room</td><td>£545.50</td> |
I hereby claim:
To claim this, I am signing this object:
| Running "lint_pattern:files" (lint_pattern) task | |
| Warning: Profanity is not allowed. | |
| src/grunt-playground.js | |
| Use --force to continue. | |
| Aborted due to warnings. |
| Running "lint_pattern:files" (lint_pattern) task | |
| Warning: Profanity is not allowed. | |
| less/source.less | |
| Use --force to continue. | |
| Aborted due to warnings. |
| module.exports = function(grunt) { | |
| // Project configuration. | |
| grunt.initConfig({ | |
| pkg: grunt.file.readJSON('package.json'), | |
| uglify: { | |
| options: { | |
| banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n' | |
| }, | |
| build: { |
| #rudeWord { | |
| color: #4d926f; | |
| } | |
| h2 { | |
| color: #4d926f; | |
| } |
| // This comment should vanish | |
| @color: #4D926F; | |
| #rudeWord { | |
| color: @color; | |
| } | |
| h2 { | |
| color: @color; | |
| } |