From 20b95f9297c15a263182782232cf1bbee5017310 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 4 Feb 2016 17:00:35 -0800 Subject: [PATCH] Re-add moment --- bower.json | 1 + notebook/templates/page.html | 1 + 2 files changed, 2 insertions(+) diff --git a/bower.json b/bower.json index 4bf8006a7..114b4ab1a 100644 --- a/bower.json +++ b/bower.json @@ -13,6 +13,7 @@ "jquery-ui": "components/jqueryui#~1.10", "marked": "~0.3", "MathJax": "components/MathJax#~2.6", + "moment": "~2.8.4", "requirejs": "~2.1", "term.js": "chjj/term.js#~0.0.7", "text-encoding": "~0.1", diff --git a/notebook/templates/page.html b/notebook/templates/page.html index b3170ef05..d4322aeac 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -40,6 +40,7 @@ bootstrap: 'components/bootstrap/js/bootstrap.min', bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min', 'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min', + moment: 'components/moment/moment', codemirror: 'components/codemirror', termjs: 'components/term.js/src/term', typeahead: 'components/jquery-typeahead/dist/jquery.typeahead'