forked from apache/samza
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAMZA-264; convert Samza website to bootstrap
- Loading branch information
David Chen
authored and
Chris Riccomini
committed
May 23, 2014
1 parent
4601fdf
commit 494feb0
Showing
28 changed files
with
1,304 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
LESSC = lessc | ||
OBJ = \ | ||
css/main.css | ||
|
||
all: $(OBJ) | ||
|
||
main_css_DEPS = \ | ||
less/main.less \ | ||
less/variables.less \ | ||
less/non-responsive.less | ||
|
||
css/main.css: $(main_css_DEPS) | ||
$(LESSC) $< $@ | ||
|
||
clean: | ||
rm -f $(OBJ) | ||
|
||
.SUFFIXES: .css .less | ||
|
||
.PHONY: all clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.