Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 68F97200B40 for ; Fri, 1 Jul 2016 09:17:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67E6A160A90; Fri, 1 Jul 2016 07:17:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1022F160A76 for ; Fri, 1 Jul 2016 09:17:50 +0200 (CEST) Received: (qmail 37741 invoked by uid 500); 1 Jul 2016 07:17:50 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 36439 invoked by uid 99); 1 Jul 2016 07:17:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 07:17:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4D159ED312; Fri, 1 Jul 2016 07:17:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Fri, 01 Jul 2016 07:18:11 -0000 Message-Id: <09756e9f3141444d8718e74923eb0c9b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/51] [abbrv] ignite git commit: Fixed typo. archived-at: Fri, 01 Jul 2016 07:17:52 -0000 Fixed typo. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dbc39642 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/dbc39642 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/dbc39642 Branch: refs/heads/ignite-3262 Commit: dbc396429cf813233c1af9489a6b74e79372a533 Parents: 385a4c2 Author: AKuznetsov Authored: Wed Jun 29 21:06:15 2016 +0700 Committer: AKuznetsov Committed: Wed Jun 29 21:06:15 2016 +0700 ---------------------------------------------------------------------- modules/web-console/src/main/js/gulpfile.babel.js/paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/dbc39642/modules/web-console/src/main/js/gulpfile.babel.js/paths.js ---------------------------------------------------------------------- diff --git a/modules/web-console/src/main/js/gulpfile.babel.js/paths.js b/modules/web-console/src/main/js/gulpfile.babel.js/paths.js index 2ce6bcb..71d2bc6 100644 --- a/modules/web-console/src/main/js/gulpfile.babel.js/paths.js +++ b/modules/web-console/src/main/js/gulpfile.babel.js/paths.js @@ -39,7 +39,7 @@ const jsPaths = [ ]; const appPaths = [ - './app/**/*.сss', + './app/**/*.css', './app/**/*.jade', './app/data/*.json' ].concat(jsPaths);