Moving some things away.
This commit is contained in:
parent
f170721378
commit
a1f7090d15
3
site/.gitignore
vendored
3
site/.gitignore
vendored
@ -1,2 +1 @@
|
||||
static/css/hy.css
|
||||
static/js/main.js
|
||||
static/
|
||||
|
@ -10,8 +10,13 @@ hello:
|
||||
@cowsay 'Welcome to Hy!'
|
||||
|
||||
|
||||
build: clean less coffee
|
||||
build: clean css js
|
||||
|
||||
css: less
|
||||
cp css/* $(STATIC_CSS)
|
||||
|
||||
js: coffee
|
||||
cp js/* $(STATIC_JS)
|
||||
|
||||
less:
|
||||
make -C less
|
||||
|
Loading…
x
Reference in New Issue
Block a user