You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/22 17:31:55 UTC

[airavata-django-portal] branch master updated: Add babel transpiling to build of groups JS code

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

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d19171  Add babel transpiling to build of groups JS code
6d19171 is described below

commit 6d19171194e0962a8f41059d11ba5ec332d6cca1
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Feb 22 12:31:49 2018 -0500

    Add babel transpiling to build of groups JS code
---
 django_airavata/apps/groups/.babelrc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/django_airavata/apps/groups/.babelrc b/django_airavata/apps/groups/.babelrc
new file mode 100644
index 0000000..3ed94df
--- /dev/null
+++ b/django_airavata/apps/groups/.babelrc
@@ -0,0 +1,5 @@
+{
+  "presets": [
+    ["env", { "modules": false }]
+  ]
+}

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.