download.js


Log

Author Commit Date CI Message
Golmote 212dd4ef 2018-03-20T08:26:29 Website: Check stored theme by default + link both theme selectors together. Close #1038
Golmote b03c02a9 2018-03-02T08:39:24 Download page: Use hash instead of query-string for redownload URL. Fix #1263
Golmote 928790d8 2017-12-05T22:23:45 Download page: Add version number at the beginning of the generated files. Fix #788
Golmote f986551b 2017-12-05T22:10:09 Download page: Fix implicitly declared variable
Andreas Rohner 224b7a15 2016-02-26T15:29:36 Add after-property to allow ordering of plugins Some plugins do not depend on each other and can be used independently, but if they are used at the same time, they have to be executed in a specific order. The "after"-property in components.js, allows the download page to concatenate the plugins in the right order, without enforcing a hard dependency.
unknown 06d3548f 2015-10-07T00:29:05 Fixed components order. In case if one component requires other, the required component should go first. Now components are sorted regarding their requirements.
Golmote 5a5eec51 2015-09-05T17:14:03 Download page: don't add semicolon unless needed in generated code. Fix #273
Golmote b31e2dd5 2015-04-01T09:05:57 Add a "Select All" languages checkbox (fix #513)
Golmote befdd4f1 2015-02-25T19:46:17 Fixed repository url on download page
Golmote d380942a 2015-01-19T07:43:40 Fix Download page, Examples page and Test page to handle multiple dependencies for one language
Golmote 65080051 2014-12-20T19:21:48 Add error message in red above the code if a file fails to download
Golmote 3ad0af57 2014-12-12T08:20:57 Reject promise if file does not exist
Golmote fd9cd8d3 2014-12-11T23:13:15 Use spaces for alignments
Golmote 7c55b9cc 2014-12-11T19:49:57 New download page with dynamic loading of the scripts
Lea Verou 50fd6ce4 2014-04-22T03:20:54 Merge pull request #220 from nauzilus/redownload Redownload URL
Daniel Flint af26cb1f 2014-04-22T15:08:48 Change delimiter Use + as a delimiter rather than | as requested.
Lea Verou 7ddd2613 2014-04-21T12:42:38 Added owners to plugins/languages/themes
Daniel Flint 82a038fd 2014-03-27T06:16:01 Actually include the Redownload URL in the downloaded source
Daniel Flint e50c9d3d 2014-02-28T15:31:50 Align coding style
Daniel Flint 8a12c15f 2014-02-28T06:36:13 Debounce multiple rapid generateCode requests. Changing compression level or on page load causes a large amount of generate code requests as each source file is loaded. Because there's no guarantee the order that these requests will start-and more importantly, end-the generated code can contain undefined code snippets.
Daniel Flint d1bc6fa8 2014-02-27T13:11:52 "Redownload" functionality Include "redownload" url in output JS/CSS, so you can easily re-get what built your source in the first place at a later date (e.g. to get latest version of your custom build).
George Kats 35ef10d8 2013-06-24T22:33:20 Add check of properties noCSS, noJS at meta.
George Kats 62857fee 2013-06-16T21:26:35 Add option noJS for loading scripts.
George Kats 701fc57e 2013-06-16T21:20:41 Add option noCSS for load css files.
Lea Verou 868f66da 2013-05-19T01:48:17 Changed layout of download page to accommodate the growing number of languages
Lea Verou 1b40db97 2012-11-10T00:23:33 Made Java & JavaScript inherit from a generic C-style language definition; Added methods for language definition inheritance; Added simple dependency management in downloader
Lea Verou 5c7827d0 2012-11-09T16:32:33 Um...changes. I don’t even remember *blush*
Lea Verou a4ff1be1 2012-07-30T15:44:37 Download page now enforces restriction of only 1 theme per download
Lea Verou df5efc42 2012-07-30T15:35:35 Improved code of Download page
Lea Verou 684b9a8b 2012-07-30T15:03:31 Fixed download script bugs
Lea Verou fd95db52 2012-07-29T01:18:36 fixed bugs in download.js
Lea Verou a0263da6 2012-07-28T20:52:17 Added “Funky” theme, added theme chooser, modified downloads script
Lea Verou bd4e8d15 2012-07-23T18:54:30 ALL THE THINGS! Most notably: Simple templating, API changes, show invisibles plugin, download (build) page