Skip to content

Instantly share code, notes, and snippets.

View millerthegorilla's full-sized avatar

James Stewart Miller millerthegorilla

  • Jersey, Channel Islands
View GitHub Profile
@millerthegorilla
millerthegorilla / httplib2
Created March 2, 2019 11:50
file that was downloaded on my pc
%!PS-Adobe-3.0
%%Creator: (ImageMagick)
%%Title: (httplib2)
%%CreationDate: (2019-02-25T20:32:18+00:00)
%%BoundingBox: -0 -0 375 86
%%HiResBoundingBox: 0 0 375 86
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Orientation: Portrait
%%PageOrder: Ascend
@millerthegorilla
millerthegorilla / 1. tutorial_text.md
Last active August 4, 2016 15:33
gulp workflow tutorial

##Gulp workflow tutorial

This is a quick tour through setting up and using a gulp workflow - at least the way I do it currently as a relative novice. It has massively speeded up my workflow though! I have made a video to accompany this tutorial, which illustrates the process here. You can find it at : https://www.youtube.com/watch?v=LfMBHPp_l5k&feature=youtu.be

###NPM

NPM (node package manager) is a tool that allows you to install javascript ‘nodes’ which are programs that are written in javascript that use the chrome javascript engine that has been ported to a program called nodejs.