Smalyshev has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/317737

Change subject: Fix for polestar & build
......................................................................

Fix for polestar & build

Change-Id: If2912400006baf9741a99e8f595a2457f4c7b2cb
---
M Gruntfile.js
M wikibase/queryService/ui/App.js
2 files changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/37/317737/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 517ea90..4c8489f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -20,7 +20,7 @@
                },
                jsonlint: {
                        all: [
-                                       '**/*.json', '!node_modules/**', 
'!vendor/**', '!dist/**'
+                                       '**/*.json', '!node_modules/**', 
'!vendor/**', '!dist/**', '!polestar/**'
                        ]
                },
                qunit: {
@@ -98,6 +98,12 @@
                                                                        
'logo.svg', 'robots.txt'
                                                        ],
                                                        dest: dist
+                                               },{
+                                                       expand: true,
+                                                       src: [
+                                                               '**/polestar/**'
+                                                       ],
+                                                       dest: dist
                                                }
                                ]
                        }
diff --git a/wikibase/queryService/ui/App.js b/wikibase/queryService/ui/App.js
index 4927059..9ef2e47 100644
--- a/wikibase/queryService/ui/App.js
+++ b/wikibase/queryService/ui/App.js
@@ -106,7 +106,7 @@
                        $element: null
                },
                Polestar: {
-                       icon: 'stats',
+                       icon: 'glyphicon-stats',
                        label: 'Graph it!',
                        class: 'PolestarResultBrowser',
                        object: null,

-- 
To view, visit https://gerrit.wikimedia.org/r/317737
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If2912400006baf9741a99e8f595a2457f4c7b2cb
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <smalys...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to