syntax tweaks
This commit is contained in:
parent
8c8b5b82b2
commit
93372d1c5f
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user