Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svg.draggy.js@1.0.0 #14

Merged
merged 14 commits into from
May 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- svg.js -->
<script src="js/svg.js"></script>
<script src="../src/svg.draggy.js"></script>
<script src="js/svg.draggy.js"></script>

<script src="js/handlers.js"></script>
</head>
Expand Down
7 changes: 0 additions & 7 deletions example/js/jquery.js

This file was deleted.

209 changes: 0 additions & 209 deletions example/js/svg.draggable.js

This file was deleted.

1 change: 1 addition & 0 deletions example/js/svg.draggy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "cp src/svg.draggy.min.js example/js/svg.draggy.js && git add example && git commit -m 'Updated svg.draggy.js in the example dir' . && cp -r example ../_tmp && git checkout gh-pages && cp -r ../_tmp/* . && git add . -A && git commit -m 'Rebuild.'"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/svg.draggy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.