Remove css from repo

This commit is contained in:
Manuel Ebert 2014-01-19 12:07:04 +01:00
parent 1304e5ca82
commit ff0ac96b4f
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ Icon
# Documentation
_build
docs/_themes/jrnl/static/css/jrnl.css
# MS Visual Studio (PyTools)
obj

View file

@ -6,10 +6,11 @@ clean:
rm -rf jrnl.egg-info
# Build GitHub Page from docs
gh_pages:
docs:
git checkout gh-pages ; \
git checkout master docs ; \
git checkout master jrnl ; \
lessc --clean-css docs/_themes/jrnl/static/less/jrnl.less docs/_themes/jrnl/static/css/jrnl.css ; \
cd docs ; \
make html ; \
cd .. ; \

File diff suppressed because one or more lines are too long