From d2f3ec3082304334bb54981165fef2fbc645a7f8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 6 Nov 2015 18:42:37 -0500 Subject: [PATCH] rename style.css -> css.css --- .git-ftp-include | 2 +- .gitignore | 2 +- Makefile | 4 ++-- index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.git-ftp-include b/.git-ftp-include index d241715..703fee4 100644 --- a/.git-ftp-include +++ b/.git-ftp-include @@ -1,2 +1,2 @@ main.js:main.coffee -style.css:style.styl +css.css:style.styl diff --git a/.gitignore b/.gitignore index a8920e4..96552f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /main.js -/style.css +/css.css diff --git a/Makefile b/Makefile index 861ce4a..0ae83b6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -objects= main.js style.css +objects= main.js css.css all: $(objects) clean: rm -f $(objects) -style.css: style.styl +css.css: style.styl stylus -c -p $< > $@ %.js: %.coffee diff --git a/index.html b/index.html index afef5a3..9f0f792 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Crayon Mockup (working title) - +

Crayon Mockup

-- 1.7.10.4