Skip to content

Commit

Permalink
Compress css on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Mar 7, 2013
1 parent 9e135cc commit 269faaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lein-template/src/leiningen/new/nsfw/build
Expand Up @@ -6,7 +6,7 @@ if [ ! -d "$PWD/.gem" ]; then
fi
gem install sass --no-rdoc --no-ri --install-dir "$PWD/.gem"
export GEM_PATH=$GEM_PATH:$PWD/.gem
$PWD/.gem/bin/sass --update src/scss:resources/public/css
$PWD/.gem/bin/sass --update src/scss:resources/public/css --style compressed

# cljs
lein cljsbuild once prod
Expand Down

0 comments on commit 269faaa

Please sign in to comment.