Moving some things away.

This commit is contained in:
Paul R. Tagliamonte 2013-03-10 16:10:06 -04:00
parent f170721378
commit a1f7090d15
4 changed files with 7 additions and 3 deletions

3
site/.gitignore vendored
View File

@ -1,2 +1 @@
static/css/hy.css
static/js/main.js
static/

View File

@ -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