diff --git a/Gruntfile.js b/Gruntfile.js index d853a6ed..712b7943 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ 'use strict'; var pkg = require('./package.json'); -var AV_CONFIG_VERSION = '103111.1'; +var AV_CONFIG_VERSION = '103111.2'; //Using exclusion patterns slows down Grunt significantly //instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**' @@ -192,10 +192,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:''} ] }, @@ -225,9 +225,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-v103111.1.js': ['avConfig.js'], - 'dist/avThemes-v103111.1.js': ['avThemes.js'], - 'dist/avPlugins-v103111.1.js': ['plugins/**/*.js'] + 'dist/avConfig-v103111.2.js': ['avConfig.js'], + 'dist/avThemes-v103111.2.js': ['avThemes.js'], + 'dist/avPlugins-v103111.2.js': ['plugins/**/*.js'] } } }, @@ -259,10 +259,10 @@ module.exports = function (grunt) { beautify: true }, files: { - 'dist/appCommon-v103111.1.js': 'temp/app.js', - 'dist/libCommon-v103111.1.js': 'temp/lib.js', - 'dist/libnocompat-v103111.1.js': 'temp/libnocompat.js', - 'dist/libcompat-v103111.1.js': 'temp/libcompat.js', + 'dist/appCommon-v103111.2.js': 'temp/app.js', + 'dist/libCommon-v103111.2.js': 'temp/lib.js', + 'dist/libnocompat-v103111.2.js': 'temp/libnocompat.js', + 'dist/libcompat-v103111.2.js': 'temp/libcompat.js', 'dist/avWidgets.js': 'avWidgets.js', "dist/locales/moment/es.js": "bower_components/moment/lang/es.js", diff --git a/avConfig.js b/avConfig.js index 001497e8..43dab1b1 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 = '103111.1'; +var AV_CONFIG_VERSION = '103111.2'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/bower.json b/bower.json index eb474be8..b79d4c30 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "avCommon", - "version" : "103111.1", + "version" : "103111.2", "main": "index.html", "ignore": [ "tests", diff --git a/dist/appCommon-v103111.1.js b/dist/appCommon-v103111.2.js similarity index 100% rename from dist/appCommon-v103111.1.js rename to dist/appCommon-v103111.2.js diff --git a/dist/avConfig-v103111.1.js b/dist/avConfig-v103111.2.js similarity index 99% rename from dist/avConfig-v103111.1.js rename to dist/avConfig-v103111.2.js index 001497e8..43dab1b1 100644 --- a/dist/avConfig-v103111.1.js +++ b/dist/avConfig-v103111.2.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '103111.1'; +var AV_CONFIG_VERSION = '103111.2'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/dist/avPlugins-v103111.1.js b/dist/avPlugins-v103111.2.js similarity index 100% rename from dist/avPlugins-v103111.1.js rename to dist/avPlugins-v103111.2.js diff --git a/dist/avThemes-v103111.1.js b/dist/avThemes-v103111.2.js similarity index 100% rename from dist/avThemes-v103111.1.js rename to dist/avThemes-v103111.2.js diff --git a/dist/index.html b/dist/index.html index f7d5cba9..7bd6b3c0 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-v103111.1.js b/dist/libCommon-v103111.2.js similarity index 100% rename from dist/libCommon-v103111.1.js rename to dist/libCommon-v103111.2.js diff --git a/dist/libcompat-v103111.1.js b/dist/libcompat-v103111.2.js similarity index 100% rename from dist/libcompat-v103111.1.js rename to dist/libcompat-v103111.2.js diff --git a/dist/libnocompat-v103111.1.js b/dist/libnocompat-v103111.2.js similarity index 100% rename from dist/libnocompat-v103111.1.js rename to dist/libnocompat-v103111.2.js diff --git a/package.json b/package.json index 2797bbf6..dd1b8fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agora-gui-common", - "version" : "103111.1.0", + "version" : "103111.2.0", "devDependencies": { "grunt": "~0.4", "grunt-angular-templates": "~0.5",