Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

1.0.1: fixes for closure compiler #702

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

freakinruben
Copy link

I've made some small changes to make skrollr compile with google closure compiler (advanced_optimizations).

@@ -1,5 +1,6 @@
{
"name": "skrollr",
"version": "0.6.31",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is this related to this PR? The version is left out of bower on purpose as it can use tags.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't aware that you could leave the version-nr out

@Prinzhorn
Copy link
Owner

I'm not really of fan of this. It basically removes some of the good parts of JS. I know that Google likes to make things look like Java (e.g. angular) but I don't.

@freakinruben
Copy link
Author

I agree that it removes some of the good parts of JS, but for me it's not a matter of taste but wanting to use the benefits of the closure compiler like DCE and code checking. From that perspective it also adds value to this library to at least have the option to use the closure compiler. Besides, most of the code is already compatible :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants