Skip to content

Instantly share code, notes, and snippets.

View AndrewCull's full-sized avatar
🚀
Building fun things

Andrew Cull AndrewCull

🚀
Building fun things
View GitHub Profile

Keybase proof

I hereby claim:

  • I am andrewcull on github.
  • I am andrewcull (https://keybase.io/andrewcull) on keybase.
  • I have a public key ASB7ior4pQsVMahCWX7OTcQhJmK4lXuGsqifslEme9P6rAo

To claim this, I am signing this object:

@AndrewCull
AndrewCull / Makefile
Created March 27, 2016 20:31 — forked from bowmanjd/Makefile
Makefile for a Hugo project, automating Sass builds, Javascript bundling, minification, etc.
# Makefile for a Hugo project, for build automation
# Copyright 2015 Jonathan Bowman. Licensed under the Apache License,
# Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
# distributed "AS IS" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND
# target file for bundled Javascript
JS_TARGET = static/assets/bundle.js
# Javascript file to be passed to bundler as entry point