diff --git a/Gruntfile.js b/Gruntfile.js index a297a7e4..3db057cb 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '20.2.0'; +var AV_CONFIG_VERSION = '4.0.0-beta.1'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -165,10 +165,10 @@ module.exports = function (grunt) { options: { remove: ['script[data-remove!="false"]','link[data-remove!="false"]'], append: [ - {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'body',html:''}, - {selector:'body',html:''}, - {selector:'body',html:''}, + {selector:'body',html:''}, + {selector:'body',html:''}, {selector:'head',html:''} ] }, @@ -194,9 +194,9 @@ module.exports = function (grunt) { 'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'], 'temp/lib.js': ['<%= dom_munger.data.libjs %>'], 'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>'], - 'dist/avConfig-v20.2.0.js': ['avConfig.js'], - 'dist/avThemes-v20.2.0.js': ['avThemes.js'], - 'dist/avPlugins-v20.2.0.js': ['plugins/**/*.js'] + 'dist/avConfig-v4.0.0-beta.1.js': ['avConfig.js'], + 'dist/avThemes-v4.0.0-beta.1.js': ['avThemes.js'], + 'dist/avPlugins-v4.0.0-beta.1.js': ['plugins/**/*.js'] } } }, @@ -229,9 +229,9 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-v20.2.0.js': 'temp/app.js', - 'dist/libCommon-v20.2.0.js': 'temp/lib.js', - 'dist/libnocompat-v20.2.0.js': 'temp/libnocompat.js', + 'dist/appCommon-v4.0.0-beta.1.js': 'temp/app.js', + 'dist/libCommon-v4.0.0-beta.1.js': 'temp/lib.js', + 'dist/libnocompat-v4.0.0-beta.1.js': 'temp/libnocompat.js', 'dist/avWidgets.js': 'avWidgets.js', "dist/locales/moment/es.js": "node_modules/moment/locale/es.js", diff --git a/avConfig.js b/avConfig.js index e7d30ce9..702cfd0a 100644 --- a/avConfig.js +++ b/avConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '20.2.0'; +var AV_CONFIG_VERSION = '4.0.0-beta.1'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/dist/appCommon-v20.2.0.js b/dist/appCommon-v4.0.0-beta.1.js similarity index 100% rename from dist/appCommon-v20.2.0.js rename to dist/appCommon-v4.0.0-beta.1.js diff --git a/dist/avConfig-v20.2.0.js b/dist/avConfig-v4.0.0-beta.1.js similarity index 99% rename from dist/avConfig-v20.2.0.js rename to dist/avConfig-v4.0.0-beta.1.js index e7d30ce9..702cfd0a 100644 --- a/dist/avConfig-v20.2.0.js +++ b/dist/avConfig-v4.0.0-beta.1.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '20.2.0'; +var AV_CONFIG_VERSION = '4.0.0-beta.1'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/dist/avPlugins-v20.2.0.js b/dist/avPlugins-v4.0.0-beta.1.js similarity index 100% rename from dist/avPlugins-v20.2.0.js rename to dist/avPlugins-v4.0.0-beta.1.js diff --git a/dist/avThemes-v20.2.0.js b/dist/avThemes-v4.0.0-beta.1.js similarity index 100% rename from dist/avThemes-v20.2.0.js rename to dist/avThemes-v4.0.0-beta.1.js diff --git a/dist/index.html b/dist/index.html index 68309a30..d8cefe85 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,2 +1,2 @@ Agora Voting
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file + so in the compiled app e2e tests are not expected work. -->
Page is taking some time to load, wait a moment please. If it takes too long, please check that you have javascript activated, try with another browser or contact us.
For security reasons, your browser is unsupported. Please use a newer web browser (if you are using Internet Explorer, use version 9 or newer).
\ No newline at end of file diff --git a/dist/libCommon-v20.2.0.js b/dist/libCommon-v4.0.0-beta.1.js similarity index 100% rename from dist/libCommon-v20.2.0.js rename to dist/libCommon-v4.0.0-beta.1.js diff --git a/dist/libnocompat-v20.2.0.js b/dist/libnocompat-v4.0.0-beta.1.js similarity index 100% rename from dist/libnocompat-v20.2.0.js rename to dist/libnocompat-v4.0.0-beta.1.js diff --git a/package.json b/package.json index c20a27c4..6d8c6f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-common", - "version": "20.2.0", + "version" : "4.0.0-beta.1", "license": "AGPL-3.0-only", "author": { "name": "Agora Voting SL and others",