download.html

Branch


Log

Author Commit Date CI Message
Lea Verou 9d5424b6 2021-12-22T08:03:11 Update download.html Remove "The CSS code is not minified" since now it is!
Michael Schmidt de79636a 2021-05-01T14:57:39 Website: Moved remaining vendor files into `vendor` folder (#2829)
Michael Schmidt 91fdd0b1 2020-06-28T01:58:55 Website: New assets directory for all web-only files (#2180)
Michael Schmidt 7a4a0c7c 2019-12-16T12:49:21 Standardized dependency logic implementation (#1998) This adds a standard logic for handling dependencies between Prism components. Right now, the download page, the `loadLanguages` function, and the test suite use the new dependency system.
Michael Schmidt 5d191b92 2019-06-25T03:08:02 Download page: Fixed Edge's word wrap (#1920) This makes the word break behavior consistent in all browsers.
Michael Schmidt 77c57446 2019-03-24T18:42:51 Fixed download page (#1811) This makes the download page work on Edge again.
Michael Schmidt 439ea1ee 2019-03-11T00:32:45 Added scripts directory (#1781) This adds a new `scripts` directory for all scripts used exclusively by the prismjs.com website.
Michael Schmidt 2ce0666d 2019-01-23T02:54:47 Remove parentheses from download page (#1627) Remove the parentheses around the file sizes for a cleaner look.
Michael Schmidt b1c2f4df 2018-07-21T21:48:45 Improve download page typography (#1484) Fix some of the texts from breaking in weird ways.
Valtteri Laitinen d95f8fb4 2018-04-22T15:55:38 Use rel="icon" instead of rel="shortcut icon" (#1398)
Valtteri Laitinen 95146c8f 2018-04-17T01:28:42 Use HTTPS / canonical URLs (#1390) Also, remove the broken link in `/index.html`.
Golmote 9a9020ba 2015-09-03T22:54:45 Merge pull request #561 from Golmote/prism-check-all Add a "Select All" languages checkbox (fix #513)
Golmote a88936ac 2015-08-17T08:55:50 Split plugins into 3 columns on Download page
Golmote b31e2dd5 2015-04-01T09:05:57 Add a "Select All" languages checkbox (fix #513)
Golmote 53b737b1 2015-03-21T02:09:01 Reorder languages in components.js (Fix #441)
Golmote 65080051 2014-12-20T19:21:48 Add error message in red above the code if a file fails to download
Golmote 7c55b9cc 2014-12-11T19:49:57 New download page with dynamic loading of the scripts
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder
Lea Verou a276a52e 2013-06-27T12:29:28 Fixed order of plugins and langs in the file builder
Lea Verou 868f66da 2013-05-19T01:48:17 Changed layout of download page to accommodate the growing number of languages
Lea Verou 97d57c65 2013-05-19T00:35:29 Split the components registration object into its own file
Lea Verou 9863ad72 2012-07-31T18:44:17 Added Google Analytics
Lea Verou 571ca0a5 2012-07-31T18:39:29 Added favicon
Lea Verou 9ed86b86 2012-07-31T18:14:55 Styling and docs changes
Lea Verou 880efd3c 2012-07-30T18:27:16 Autolinker plugin
Lea Verou 483831ee 2012-07-30T18:27:16 Autolinker plugin
Lea Verou a4ff1be1 2012-07-30T15:44:37 Download page now enforces restriction of only 1 theme per download
Lea Verou 684b9a8b 2012-07-30T15:03:31 Fixed download script bugs
Lea Verou b2505655 2012-07-29T00:35:02 Docs update, minor styling changes
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