From bd66211c3ce6ff0fbae87362a7324c807488843d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 14 Aug 2014 11:27:58 +0300 Subject: [PATCH] grunt fix --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index fa3aea0d36..51e2be47d8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,8 +44,6 @@ module.exports = function (grunt) { 'client/src/models/preferences.js', 'client/src/controllers/base.js', 'client/src/view.js', - 'client/src/views/base.js', - 'client/src/views/login.js', ]; grunt.initConfig({ @@ -66,7 +64,7 @@ module.exports = function (grunt) { start: ['build/*'], final: ['build/tmp'], js: jsFilesToMinify.map(function (item) { - return 'build/EspoCRM-<%= pkg.version %>/' + item; + return 'build/tmp/' + item; }) }, less: {