Skip to content

Instantly share code, notes, and snippets.

View ychadwick's full-sized avatar

Yorkie Chadwick ychadwick

View GitHub Profile
@ychadwick
ychadwick / initcms-deploy.sh
Created July 14, 2015 13:07
To be used with an initcms and symfony2 based project. Simple script for pulling changes from git, updating dependencies, clearing caches, installing and compiling assets.
#!/bin/bash
#########################################
#
# Make sure the script is executable by
# running chmod u+x initcms-deploy.sh
# To run this command, change to same
# directory as this file, and on the
# command line type the following:
# ./initcms-deploy.sh
#
@ychadwick
ychadwick / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../chart-js/chart-js.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;