syntax tweaks
This commit is contained in:
parent
8c8b5b82b2
commit
93372d1c5f
@ -3,8 +3,11 @@ STATIC_CSS = $(STATIC)/css
|
|||||||
STATIC_JS = $(STATIC)/js
|
STATIC_JS = $(STATIC)/js
|
||||||
|
|
||||||
|
|
||||||
all: build
|
all: hello build
|
||||||
@echo "Nice."
|
|
||||||
|
|
||||||
|
hello:
|
||||||
|
@cowsay 'Welcome to Hy!'
|
||||||
|
|
||||||
|
|
||||||
build: clean less coffee
|
build: clean less coffee
|
||||||
|
@ -5,12 +5,14 @@
|
|||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{{ url_for("static", filename="css/pygments.css") }}" ></link>
|
href="{{ url_for("static", filename="css/pygments.css") }}" ></link>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{{ url_for("static", filename="css/hy.css") }}" ></link>
|
href="{{ url_for("static", filename="css/hy.css") }}" ></link>
|
||||||
|
|
||||||
<script src="{{ url_for("static", filename="js/jquery-1.9.1.min.js") }}"
|
<script src="{{ url_for("static", filename="js/jquery-1.9.1.min.js") }}"
|
||||||
type="text/javascript" ></script>
|
type="text/javascript" ></script>
|
||||||
|
|
||||||
<script src="{{ url_for("static", filename="js/main.js") }}"
|
<script src="{{ url_for("static", filename="js/main.js") }}"
|
||||||
type="text/javascript" ></script>
|
type="text/javascript" ></script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user