Commit Graph

40 Commits

Author SHA1 Message Date
Marijn Haverbeke 480a35d793 Fix error output in release upload script 2023-04-27 10:39:13 +02:00
Marijn Haverbeke 5adf5942d7 Fix some remaining links to old repository 2022-06-27 08:00:39 +02:00
Dave MacLachlan 3c833a033b Change Google Inc. to Google LLC
(and added myself)
2018-10-19 09:58:25 +02:00
Marijn Haverbeke b3cdfee46a Drop bin/compress
Leave compression up to people's own custom build setups

Closes #5127
2017-12-12 22:16:41 +01:00
Marijn Haverbeke cf799958cf [bin/authors.sh] Make sure changed name doesn't resurface from git history
Issue #5037
2017-10-18 14:27:02 +02:00
Marijn Haverbeke 70ea4303bc [source-highlight util] Fix looking up of modes 2016-12-14 18:49:33 +01:00
Marijn Haverbeke f73ff23d5a Fix release script to bump version in correct file 2016-10-21 08:13:42 +02:00
Marijn Haverbeke 518fb67418 Drop the compression helper
The kludge of pulling files from github no longer works now
that we have a build process, and since most people have their
own build pipeline now, I don't feel that supporting on-website
builds is that important anymore.
2016-09-26 14:12:08 +02:00
Marijn Haverbeke de605105f9 Fix release script to handle spaces in JSON 2016-09-20 12:33:11 +02:00
Marijn Haverbeke 14f9ee8730 Add a github release upload script 2016-05-21 10:58:22 +02:00
Marijn Haverbeke a25a291593 Use full version numbers in doc/compress.html 2016-04-20 21:59:43 +02:00
Marijn Haverbeke b936ddd162 Fix release script to properly update index.html
Issue #3976
2016-04-20 21:07:51 +02:00
Josh Soref 4d1e417f07 Many spelling corrections 2016-03-31 09:54:20 +02:00
Marijn Haverbeke 5a088693cc Get rid of version field in bower.json again
Closes #3322
2015-06-12 13:45:14 +02:00
Marijn Haverbeke 289b6472d4 Mark release 5.0 2015-02-20 17:46:43 +01:00
Marijn Haverbeke 68847ad9d5 [frontpage] Overhaul the download and donate part 2015-02-19 11:09:26 +01:00
Marijn Haverbeke 643d9c05a3 Use blint for linting, rather than in-tree tool
(Blint is the in-tree tool factored into its own npm package.)
2015-01-14 14:14:06 +01:00
Marijn Haverbeke 49ea6ad433 Restore version field in bower.json 2014-05-26 00:09:31 +02:00
Marijn Haverbeke fc41788dd7 Remove version numbers from script headers again
Bumping them for every release just adds too much git
noise and history blowup.
2014-05-19 21:52:52 +02:00
Marijn Haverbeke 01fb28518d Fix bug in release script 2014-05-09 15:56:59 +02:00
Marijn Haverbeke 01e844f09e Add license and version comment to all scripts 2014-05-09 15:52:39 +02:00
Marijn Haverbeke b4715b907a Merge branch 'master' into v4
Conflicts:
	lib/codemirror.js
2014-03-07 16:00:59 +01:00
Marijn Haverbeke f2fc9c639e Add version number to manual 2014-03-07 15:54:31 +01:00
Marijn Haverbeke b42322e2de Merge branch 'master' into v4
Conflicts:
	lib/codemirror.js
	package.json
2014-02-24 17:48:25 +01:00
Marijn Haverbeke 1f92654dbb Fix bug in release script 2014-02-21 15:11:25 +01:00
Marijn Haverbeke 7fbe538368 [runmode.node addon] Integrate with node's require mechanism
Mode dependencies are now loaded in a saner way.
2014-02-06 15:41:41 +01:00
Marijn Haverbeke 630c4ad9cf [source-highlight script] Fix bug in HTML-escaping 2014-02-05 12:44:51 +01:00
Marijn Haverbeke 81c01d196e Add a script to help bring out releases
Does all the version bumping and such.
2014-01-16 19:34:52 +01:00
ciaranj 5c4892a6a1 Allow linter to run on windows
Node provides some cross-platform utility methods to enable safe
path traversal.

This change merely swaps out a hardcoded '/' (unix path separator)
to use one of these methods.

An alternative strategy would be to use the constant 'path.sep' but
this felt 'cleaner'.

Signed-off-by: ciaranj <ciaranj@gmail.com>
2013-08-23 13:58:34 +02:00
Marijn Haverbeke 9476e3d66e Add an AUTHORS file
And a script to update it from the git data.
2013-07-30 09:23:11 +02:00
Marijn Haverbeke 3cf3cd46f1 Enable the linter for the keymap/ directory 2013-06-12 15:32:59 +02:00
Marijn Haverbeke 25b4a5f813 Have the linter take an optional directory argument 2013-06-12 10:41:15 +02:00
Marijn Haverbeke 240a326280 [compress script] Fix passing of arguments to UglifyJS, pass -c -m by default
Closes #1510
2013-05-08 12:32:50 +02:00
Marijn Haverbeke d47bae43dd [runmode.node addon] Include null mode 2013-04-26 17:23:01 +02:00
Marijn Haverbeke b915f9a5e5 Add a command-line code highlighting tool 2013-04-25 11:22:10 +02:00
Marijn Haverbeke d8a762c427 Add a bin/lint for easy running of the linter 2013-04-02 12:04:11 +02:00
Christopher Brown c872df00f3 Allow using local minifier in bin/compress without dying from blob check 2013-01-26 21:50:22 +01:00
Marijn Haverbeke eb2969fbc3 Organize add-on scripts into subdirectories
Closes #1133
2013-01-08 10:48:58 +01:00
Marijn Haverbeke 9b14ecb7ea Make compression helper output help info when not given any files 2012-11-20 15:43:49 +01:00
Marijn Haverbeke 60ee801ec0 Add local compression helper 2012-10-23 11:59:13 +02:00