You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/17 18:49:14 UTC

[incubator-openwhisk-selfserve-test] branch master updated: restore js files for gitihub pages

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-selfserve-test.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a75975  restore js files for gitihub pages
7a75975 is described below

commit 7a759750de887278cc3d69b383173c70ff5c1aff
Author: Carlos Santana <cs...@us.ibm.com>
AuthorDate: Sat Jun 17 11:41:05 2017 -0400

    restore js files for gitihub pages
---
 .gitignore         | 1 -
 js/main.min.js     | 2 ++
 js/main.min.js.map | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 55d4ca8..e989b21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@ node_modules/
 .jekyll-metadata
 .bundle/
 Gemfile.lock
-js/
diff --git a/js/main.min.js b/js/main.min.js
new file mode 100644
index 0000000..b67b436
--- /dev/null
+++ b/js/main.min.js
@@ -0,0 +1,2 @@
+!function(){"use strict";var e={removeClassFromAll:function(e,s,t){var l=e.querySelectorAll(s);[].map.call(l,function(e){return e.classList.remove(t)})},setClassBySelector:function(e,s,t){e.querySelector(s).classList.add(t)},setNextActive:function(s,t,l,i,a){var n=s.querySelector("."+l).nextElementSibling;n&&n.classList&&n.classList.contains(t)||(n=s.querySelector("."+t)),e.removeClassFromAll(s,"."+t,l),e.removeClassFromAll(s,"."+i,a),n.classList.add(l),e.setClassBySelector(s,'a[href="#' [...]
+//# sourceMappingURL=main.min.js.map
diff --git a/js/main.min.js.map b/js/main.min.js.map
new file mode 100644
index 0000000..a914080
--- /dev/null
+++ b/js/main.min.js.map
@@ -0,0 +1 @@
+{"version":3,"file":null,"sources":["../src/scripts/blocks/quotes.js","../src/scripts/main.js"],"sourcesContent":["// This file initializes a fade slider.\nconst impure = {\n  removeClassFromAll: (container, elementSelector, classToRemove) => {\n    const elements = container.querySelectorAll(elementSelector);\n\n    // Element lists are only array-like, so we have to force mapping here.\n    [].map.call(elements, element => element.classList.remove(classToRemove));\n  },\n\n  setClassBy [...]
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].