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
@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