From 642cdcfd41eae88698fa0afaf61e9c22aa8cdff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20Jim=C3=A9nez?= Date: Wed, 31 Jan 2018 11:39:09 +0100 Subject: [PATCH] fix prod build & bump version --- Gruntfile.js | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 190a0794f3..190b807d27 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -411,7 +411,7 @@ module.exports = function (grunt) { 'exorcise', 'uglify', 'npm-build', - 'npm-build:dashboard' + 'npm-build-dashboard' ]); grunt.registerTask('build-static', 'generate static files and needed vendor scripts', [ @@ -425,9 +425,10 @@ module.exports = function (grunt) { */ grunt.registerTask('release', [ 'check_release', - 'build', - 's3', - 'invalidate' + 'build' + // , + // 's3', + // 'invalidate' ]); grunt.registerTask('affected', 'Generate only affected specs', function (option) { diff --git a/package.json b/package.json index 6c3f00e432..d9f149fd77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cartodb-ui", - "version": "4.11.23-3", + "version": "4.11.23-4", "description": "CARTO UI frontend", "repository": { "type": "git",