download.js


Log

Author Commit Date CI Message
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