Skip to content

Commit

Permalink
ui: use a /static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pearkes committed May 1, 2014
1 parent 28ac20c commit 6385407
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 57 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ website/npm-debug.log
*.attr

ui/.sass-cache
ui/static/base.css
4 changes: 2 additions & 2 deletions ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ server:
python -m SimpleHTTPServer

watch:
sass styles --watch
sass styles:static --watch

build:
sass styles
sass styles:static

.PHONY: server watch build
File renamed without changes.
54 changes: 0 additions & 54 deletions ui/styles/base.css

This file was deleted.

1 change: 0 additions & 1 deletion ui/styles/base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "variables";
@import "layout";

body {
background-color: $foobar;
Expand Down

0 comments on commit 6385407

Please sign in to comment.