tridactyl/scripts
glacambre 54faf82428
scripts/{pretty,common}: Fix pretty failing on multiple files
When trying to run scripts/pretty with multiple ugly files staged, the
for loop would treat two space-separated file names as a single file
name. This prevented pretty from working on my machine.

I fixed this issue by making cachedJS() (renamed to cachedFiles since it
returns more than js files) return file names as a newline-separated
list and using IFS=$'\n' to split the filenames on this character.
2018-06-03 16:08:45 +02:00
..
amo_text_to_clipboard.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
authors.sh Improve discoverability of contributors 2018-05-23 15:39:40 +01:00
bodgecss.sh /bin/env -> /usr/bin/env 2018-05-21 03:39:32 +01:00
build.sh Merge pull request #620 from gsbabil/gsbabil/add-appveyor-windows-build-support 2018-05-28 10:24:00 +01:00
common scripts/{pretty,common}: Fix pretty failing on multiple files 2018-06-03 16:08:45 +02:00
excmds_macros.py Fix #394: rename generated source .name.generated.ext 2018-04-22 17:15:40 +01:00
git_version.sh Release 1.8.1 2018-03-07 14:50:50 +00:00
make_docs.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
make_tutorial.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
newtab.md.sh Remove global dependency on nearley,typedoc,marked 2018-05-28 10:22:17 +01:00
pretty scripts/{pretty,common}: Fix pretty failing on multiple files 2018-06-03 16:08:45 +02:00
sign Include .git directory in archive for reviewers 2018-05-24 20:02:34 +01:00
version.js Add automatic updates for betas 2018-04-13 12:17:02 +01:00
wine-pyinstaller.sh Make pyinstaller actually test that it works 2018-05-28 15:01:26 +01:00