jsbin/scripts.json
Remy Sharp d010f6f47c I think this solves the entire problem if IE8-9 not having history API support
If there's no history API, just update the location.hash, but all the
other UI components update as if the real url were used. If the user
copies and pastes the url to twitter (say for instance), the
hashbang-jump (though really there's no bang) detects the *real* url on
the hash, and simple redirects. This is made the first part of the
compressed jsbin…min.js so it should happen pretty early.
2012-07-21 23:17:51 +01:00

39 lines
1.1 KiB
JSON

["/js/chrome/hashbang-jump.js",
"/js/vendor/jquery.js",
"/js/vendor/pretty-date.js",
"/js/vendor/polyfills.js",
"/js/vendor/jshint/jshint.js",
"/js/vendor/codemirror2/codemirror.js",
"/js/vendor/codemirror2/xml.js",
"/js/vendor/codemirror2/css.js",
"/js/vendor/codemirror2/javascript.js",
"/js/vendor/codemirror2/htmlmixed.js",
"/js/vendor/codemirror2/searchcursor.js",
"/js/vendor/json2.js",
"/js/vendor/prettyprint.js",
"/js/chrome/storage.js",
"/js/jsbin.js",
"/js/editors/mobileCodeMirror.js",
"/js/chrome/splitter.js",
"/js/chrome/analytics.js",
"/js/render/render.js",
"/js/render/live.js",
"/js/editors/keycontrol.js",
"/js/render/console.js",
"/js/processors/processor.js",
"/js/chrome/navigation.js",
"/js/editors/panel.js",
"/js/editors/editors.js",
"/js/editors/libraries.js",
"/js/editors/library.js",
"/js/editors/autocomplete.js",
"/js/render/saved-history-preview.js",
"/js/chrome/esc.js",
"/js/chrome/errors.js",
"/js/chrome/download.js",
"/js/chrome/login.js",
"/js/chrome/tips.js",
"/js/chrome/save.js",
"/js/chrome/file-drop.js",
"/js/chrome/gist.js",
"/js/chrome/app.js"]