Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge 28310c1 into 8a0aa23
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Aug 9, 2017
2 parents 8a0aa23 + 28310c1 commit 637d15d
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ common/vendor.js
*.update.rdf
system-addon/data/content/activity-stream.bundle.js
system-addon/data/content/activity-stream.css
system-addon/data/content/tippytop
system-addon/data/locales.json
pocket.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"tippymc:manifest": "cpx \"node_modules/tippy-top-sites/top_sites.json\" system-addon/data/content/tippytop",
"tippymc:images": "cpx \"node_modules/tippy-top-sites/images/**/*\" system-addon/data/content/tippytop/images",
"buildmc": "npm-run-all buildmc:*",
"prebuildmc": "npm run cleanmc && npm run tippymc",
"prebuildmc": "npm run cleanmc",
"buildmc:webpack": "webpack --config webpack.system-addon.config.js",
"buildmc:css": "node-sass system-addon/content-src/activity-stream.scss -o system-addon/data/content",
"buildmc:locales": "pontoon-to-json --src locales --dest system-addon/data",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$top-sites-title-height: 30px;
$top-sites-vertical-space: 18px;
$screenshot-size: cover;
$tippy-top-size: 80px;
$tippy-top-size: 96px;

list-style: none;
margin: 0;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions system-addon/data/content/tippytop/top_sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"title": "amazon",
"urls": ["https://www.amazon.com/", "https://www.amazon.ca/", "https://www.amazon.de/", "https://www.amazon.co.uk/", "https://www.amazon.fr/"],
"image_url": "amazon-com@2x.png"
},
{
"title": "facebook",
"url": "https://www.facebook.com/",
"image_url": "facebook-com@2x.png"
},
{
"title": "reddit",
"url": "https://www.reddit.com/",
"image_url": "reddit-com@2x.png"
},
{
"title": "twitter",
"url": "https://twitter.com/",
"image_url": "twitter-com@2x.png"
},
{
"title": "youtube",
"url": "https://www.youtube.com/",
"image_url": "youtube-com@2x.png"
},
{
"title": "wikipedia",
"url": "https://www.wikipedia.org/",
"image_url": "wikipedia-com@2x.png"
}
]
2 changes: 1 addition & 1 deletion yamscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ scripts:

# buildmc: Export the bootstraped add-on to mozilla central
buildmc:
pre: =>cleanmc && =>tippymc
pre: =>cleanmc
webpack: webpack --config webpack.system-addon.config.js
css: node-sass system-addon/content-src/activity-stream.scss -o system-addon/data/content
locales: pontoon-to-json --src locales --dest system-addon/data
Expand Down

0 comments on commit 637d15d

Please sign in to comment.