syntax tweaks

This commit is contained in:
Paul R. Tagliamonte 2013-03-10 15:20:27 -04:00
parent 8c8b5b82b2
commit 93372d1c5f
2 changed files with 7 additions and 2 deletions

View File

@ -3,8 +3,11 @@ STATIC_CSS = $(STATIC)/css
STATIC_JS = $(STATIC)/js
all: build
@echo "Nice."
all: hello build
hello:
@cowsay 'Welcome to Hy!'
build: clean less coffee

View File

@ -5,12 +5,14 @@
<link
rel="stylesheet"
href="{{ url_for("static", filename="css/pygments.css") }}" ></link>
<link
rel="stylesheet"
href="{{ url_for("static", filename="css/hy.css") }}" ></link>
<script src="{{ url_for("static", filename="js/jquery-1.9.1.min.js") }}"
type="text/javascript" ></script>
<script src="{{ url_for("static", filename="js/main.js") }}"
type="text/javascript" ></script>
</head>