This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |