repo.or.cz
/
deck.js.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add gittip button
[deck.js.git]
/
Makefile
blob
04076c2e3264044abe339fe9d9445825bcca064f
1
SASSOPTS
=--
scss
--
style expanded
2
3
default
:
generate
4
5
generate
:
6
sass
--
update
${
SASSOPTS
}
.
7
8
force
:
9
sass
--
update
${
SASSOPTS
} --
force
.
10
11
watch
:
12
sass
--
watch
${
SASSOPTS
}
.