Skip to content

Commit

Permalink
bem -> .bem
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed Nov 19, 2012
1 parent c172232 commit 55d8c36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions GNUmakefile
Expand Up @@ -31,12 +31,12 @@ BEM_CREATE=bem create block \

.PRECIOUS: %.css
%.css: %.deps.js
$(call BEM_BUILD,bem/techs/css.js)
$(call BEM_BUILD,.bem/techs/css.js)
csso $@ | gzip -cf9 >$@.gz

.PRECIOUS: %.ie.css
%.ie.css: %.deps.js
$(call BEM_BUILD,bem/techs/ie.css.js)
$(call BEM_BUILD,.bem/techs/ie.css.js)
csso $@ | gzip -cf9 >$@.gz

.PRECIOUS: %.js
Expand Down

0 comments on commit 55d8c36

Please sign in to comment.