Skip to content

Commit

Permalink
remove fix for git web terminal issue #402
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 29, 2018
1 parent afeb6f0 commit 032a150
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 41 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* fix formatting inside brackets [#396](https://github.com/jcubic/jquery.terminal/issues/396)
* fix async interpreter [#400](https://github.com/jcubic/jquery.terminal/issues/400)
* use window resize when terminal added to body


## 1.15.0

### Features
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ eslint:
$(ESLINT) js/unix_formatting.js

skipped_tests:
@grep -E $(skip_re) spec/terminalSpec.js || true
$(if $(shell grep -E $(skip_re) spec/terminalSpec.js), @false, @true)
@! grep -E $(skip_re) spec/terminalSpec.js

jsonlint: package.json bower.json
$(JSONLINT) package.json > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http://terminal.jcubic.pl

[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&4236962cfe1b0a6308ea34266fadb4cdbe0e970b)](https://travis-ci.org/jcubic/jquery.terminal)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&afeb6f0d2277161a4930babafb4b20ade8339958)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&5d05c20f649475a22a5d96e946c3dabe)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
[![package quality](http://npm.packagequality.com/shield/jquery.terminal.svg)](http://packagequality.com/#?package=jquery.terminal)
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-1.15.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Mon, 28 May 2018 17:56:03 +0000
* Date: Tue, 29 May 2018 17:15:25 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-1.15.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Mon, 28 May 2018 17:56:03 +0000
* Date: Tue, 29 May 2018 17:15:25 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down
Loading

0 comments on commit 032a150

Please sign in to comment.