Skip to content

Commit

Permalink
Rebase and update to current 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JCEmmons committed Apr 14, 2017
1 parent dd30e75 commit 192fc73
Show file tree
Hide file tree
Showing 39 changed files with 2,023 additions and 1,601 deletions.
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"es6-promise": "~1.0",
"font-awesome": "components/font-awesome#~4.2.0",
"google-caja": "5669",
"jed": "~1.1.1",
"jquery": "components/jquery#~2.0",
"jquery-typeahead": "~2.0.0",
"jquery-ui": "components/jqueryui#~1.10",
Expand All @@ -19,6 +20,8 @@
"preact-compat": "https://unpkg.com/preact-compat@^3.14.3/dist/preact-compat.min.js",
"proptypes": "https://unpkg.com/proptypes@^0.14.4/index.js",
"requirejs": "~2.1",
"requirejs-text": "~2.0.15",
"requirejs-plugins": "~1.0.3",
"text-encoding": "~0.1",
"underscore": "components/underscore#~1.8.3",
"xterm.js": "sourcelair/xterm.js#~2.3.2"
Expand Down
8 changes: 4 additions & 4 deletions notebook/i18n/babel_nbjs.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[javascript: notebook/static/base/js/*.js]
extract_messages = $._
extract_messages = $._, i18n._

[javascript: notebook/static/notebook/js/*.js]
extract_messages = $._
extract_messages = $._, i18n._

[javascript: notebook/static/notebook/js/celltoolbarpresets/*.js]
extract_messages = $._
extract_messages = $._, i18n._

[javascript: notebook/static/tree/js/*.js]
extract_messages = $._
extract_messages = $._, i18n._
Loading

0 comments on commit 192fc73

Please sign in to comment.