-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from PolymerLabs/es6
Es6
- Loading branch information
Showing
39 changed files
with
1,006 additions
and
1,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
<link rel="import" href="src/attributes/attribute-to-property.html"> | ||
<link rel="import" href="src/attributes/property-to-attribute.html"> | ||
<link rel="import" href="src/attributes/attribute-to-from-property.html"> | ||
|
||
<link rel="import" href="src/events/event-dispatch.html"> | ||
<link rel="import" href="src/events/gesture-event-listeners.html"> | ||
<link rel="import" href="src/events/gestures.html"> | ||
<link rel="import" href="src/events/event-listeners.html"> | ||
|
||
<link rel="import" href="src/template/template.html"> | ||
<link rel="import" href="src/template/template-stamp.html"> | ||
|
||
<link rel="import" href="src/properties/property-accessors.html"> | ||
<link rel="import" href="src/properties/property-effects.html"> | ||
<link rel="import" href="src/properties/data.html"> | ||
<link rel="import" href="src/properties/batched-effects.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
echo 'property-effects ' && polybuild --maximum-crush src/properties/property-effects.html && gzip -c src/properties/property-effects.build.js | wc -c && rm src/properties/property-effects.build.* | ||
echo 'all-lib ' && polybuild all-lib.html && gzip -c all-lib.build.js | wc -c && rm all-lib.build.* | ||
|
||
echo 'gesture-event-listeners ' && polybuild --maximum-crush src/events/gesture-event-listeners.html && gzip -c src/events/gesture-event-listeners.build.js | wc -c && rm src/events/gesture-event-listeners.build.* | ||
|
||
echo 'all-lib ' && polybuild --maximum-crush all-lib.html && gzip -c all-lib.build.js | wc -c && rm all-lib.build.* | ||
|
||
echo 'polymer ' && polybuild --maximum-crush polymer.html && gzip -c polymer.build.js | wc -c && rm polymer.build.* | ||
echo 'polymer ' && polybuild polymer.html && gzip -c polymer.build.js | wc -c && rm polymer.build.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.