Skip to content

Commit ee201b8

Browse files
committed
Revert "[TASK] Update JS and CSS, use Uglify without sequences (for IE8)"
This reverts commit cfd485e.
1 parent 40d59c3 commit ee201b8

File tree

5 files changed

+28
-43
lines changed

5 files changed

+28
-43
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Networkteam.Neos.Shariff
22
========================
33

44
Social plugins are on every page today, but if you have concerns about privacy of your visitors it is not that easy
5-
to integrate them. The german computer magazin C`t created together with the publisher heise a general solution
6-
also providing the number of shares each social button counts can be shown. This is accomplished by using the
5+
to integrate them. The german computer magazin C`t created together with the publisher heise a general solution
6+
also providing the number of shares each social button counts can be shown. This is accomplished by using the
77
server of the website as proxy for the visitors. http://ct.de/-2467514
88

99
This plugin integrates shariff into neos with a few simple steps.
@@ -27,7 +27,7 @@ Include the routing from the package to enable shariff to communicate to the ser
2727
package: Networkteam.Neos.Shariff
2828

2929

30-
Next you need to configure the domain this site runs on, this is to prevent using you server as open relay for the
30+
Next you need to configure the domain this site runs on, this is to prevent using you server as open relay for the
3131
requests.
3232

3333

@@ -45,21 +45,11 @@ Usage via TypoScript 2
4545
----------------------
4646

4747
In the TypoScript2 Object define a property which should contain the social plugins like this:
48-
48+
4949
prototype(My.Awesome.Package:Post) {
5050
socialButtons = Networkteam.Neos.Shariff:Shariff
5151
}
52-
52+
5353
Then in the corresponding Template render the path like this
5454

5555
{socialButtons -> f:format.raw()}
56-
57-
Development
58-
-----------
59-
60-
Updating the original Shariff JS and CSS:
61-
62-
* Download https://github.com/heiseonline/shariff
63-
* Adjust Gruntfile.js to disable ``sequences`` in ``uglifyify`` (for IE8 compatibility)
64-
* Runt ``grunt build``
65-
* Copy the generated JS and CSS to this package

Resources/Public/Css/shariff.complete.css

100644100755
Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Css/shariff.min.css

100644100755
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Scripts/shariff.complete.js

100644100755
Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)