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 <[email protected]> Authored: Wed Jun 29 21:06:15 2016 +0700 Committer: AKuznetsov <[email protected]> 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);
