https://github.com/thheller/sortablejs-closure-issue
https://github.com/thheller/sortablejs-closure-issue
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thheller/sortablejs-closure-issue
- Owner: thheller
- Created: 2019-04-17T09:37:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T09:37:25.000Z (about 7 years ago)
- Last Synced: 2025-06-29T21:39:14.044Z (12 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Closure breaking Sortable.js with `SIMPLE` optimizations.
`demo.html` behaves normally and items are animated when sorting via drag/drop.
`demo-closure.html` does the same thing only the `Sortable.js` was minified by
```
npx google-closure-compiler --js=Sortable.js --js_output_file=Sortable.closure.js
```
Things are still sortable but don't animate anymore.