From f2c1a9ff22838b8c0c444142c9afbf17ea47a7dd Mon Sep 17 00:00:00 2001 From: willmendesneto Date: Wed, 21 Jan 2015 00:08:07 -0300 Subject: [PATCH] Add jquery-unveil plugin for load image async --- Gruntfile.js | 29 +++-- app/codigo-de-conduta.html | 34 +++++- app/eventos-anteriores.html | 34 +++++- app/images/sponsors/background.gif | Bin 0 -> 438 bytes app/images/sponsors/novatec.png | Bin 0 -> 9457 bytes app/index.html | 31 ++++- app/programacao.html | 34 +++++- app/scripts/conf-location.js | 164 +++++++++++++++++++++++++ app/scripts/main.js | 189 +++++++---------------------- app/styles/style.css | 37 ++++++ app/videos.html | 34 +++++- bower.json | 3 +- 12 files changed, 407 insertions(+), 182 deletions(-) create mode 100644 app/images/sponsors/background.gif create mode 100644 app/images/sponsors/novatec.png create mode 100644 app/scripts/conf-location.js diff --git a/Gruntfile.js b/Gruntfile.js index a91d95c..bee26c1 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,13 +36,16 @@ module.exports = function (grunt) { livereload: true } }, - jsTest: { - files: [ - 'test/spec/{,*/}*.js', - '<%= yeoman.app %>/scripts/{,*/}*.js' - ], - tasks: ['newer:jshint:test', 'karma'] - }, + // jsTest: { + // files: [ + // 'test/spec/{,*/}*.js', + // '<%= yeoman.app %>/scripts/{,*/}*.js' + // ], + // tasks: [ + // 'newer:jshint:test', + // 'karma' + // ] + // }, //compass: { // files: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'], // tasks: ['compass:server', 'autoprefixer'] @@ -378,12 +381,12 @@ module.exports = function (grunt) { // }, // Test settings - karma: { - unit: { - configFile: 'karma.conf.js', - singleRun: true - } - } + // karma: { + // unit: { + // configFile: 'karma.conf.js', + // singleRun: true + // } + // } }); grunt.loadNpmTasks('grunt-html'); diff --git a/app/codigo-de-conduta.html b/app/codigo-de-conduta.html index b4e9301..bf5e88a 100755 --- a/app/codigo-de-conduta.html +++ b/app/codigo-de-conduta.html @@ -92,13 +92,14 @@

C