Skip to content

Commit

Permalink
vi editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Feb 4, 2016
1 parent 04e6930 commit 65bf134
Show file tree
Hide file tree
Showing 17 changed files with 222 additions and 105 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"jquery": "2.*",
"jquery-mousewheel": "~3.1.13",
"jquery.terminal": "~0.9.3"
"jquery.terminal": "~0.9.3",
"jsvi": "https://github.com/jcubic/jsvi.git"
}
}
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ elixir(function(mix) {
"jquery.terminal/js/jquery.terminal-src.js",
"jquery.terminal/js/unix_formatting.js",
"jquery.terminal/js/xml_formatting.js",
"jsvi/vi.js",
], config.get('public.js.outputFolder') + '/plugins.js', 'resources/assets/vendor')
.sass([
'app.scss'
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

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

Loading

0 comments on commit 65bf134

Please sign in to comment.