Skip to content

Instantly share code, notes, and snippets.

View gwiant's full-sized avatar

Grant Wiant gwiant

View GitHub Profile
@gwiant
gwiant / designer.html
Last active August 29, 2015 14:17
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@gwiant
gwiant / designer.html
Last active August 29, 2015 14:17
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
width: 100%;
height: 100%;
box-sizing: border-box;
@gwiant
gwiant / gist:98abde50d981df38fec2
Created June 21, 2014 01:04
grunt - connect - watch - livereload - jshint - mocha - karma
var mountFolder = function (connect, dir) {
return connect.static(require('path').resolve(dir));
};
/*global module*/
module.exports = function (grunt) {
'use strict';
var gruntConfig = {