Commit Graph

6 Commits

Author SHA1 Message Date
Sam Saffron 30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
Joffrey JAFFEUX c689731fab
FIX: brewfile was out of date
* 'homebrew/dupes' has been deprecated
* 'apple-gcc42' is not available on Sierra
2018-03-01 10:15:37 +01:00
Guo Xiang Tan 6a4f391e38 Switch to chrome headless mode instead of phantomjs. 2017-12-19 16:00:43 +08:00
Marlon Andrade 690ad2ae5d Adjust Brewfile to follow homebrew-bundle syntax
According to https://meta.discourse.org/t/brew-bundle-is-dead/23962
the official replacement for `brew bundle` is homebrew-bundle
(https://github.com/Homebrew/homebrew-bundle) and its syntax changed a
little bit.
2015-08-11 14:13:07 -03:00
Devin Rhode 5789e6e1b1 apple-gcc42 is now in homebrew/dupes 2014-05-27 14:01:08 -05:00
Nick Ragaz be24d6f48a Update the OS X development documentation
* Remove some outdated information from the guide
* Add scripts/osx_dev to bootstrap a working development environment
* Add a Brewfile to track binary dependencies
2014-01-23 22:34:29 -05:00