Skip to content

Commit

Permalink
codemirror.min.css -> no min, .gitignore logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktb683 committed Jun 15, 2016
1 parent 8363322 commit 0653edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
/classes
/checkouts
/.idea/*

pom.xml
*.iml
*.jar
*.class
/.lein-*
profiles.clj
/.env
*.log
*.log*
/.idea
.nrepl-port
#*#
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<!-- scripts and styles -->
<link href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.min.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.8.0/codemirror.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/default.min.css" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
Expand Down

0 comments on commit 0653edd

Please sign in to comment.