Closed nathandunn closed 7 years ago
phantomjs caches javascript files using the disk-cache parameter: http://phantomjs.org/api/command-line.html
disk-cache
--disk-cache=[true|false] enables disk cache (at desktop services cache storage location, default is false). Also accepted: [yes|no].
I would like to be able to turn this on.
You add command flags as part of the phantomjs command in default.yaml
I see it now in the documentation. Thanks.
phantomjs caches javascript files using the
disk-cache
parameter: http://phantomjs.org/api/command-line.html--disk-cache=[true|false] enables disk cache (at desktop services cache storage location, default is false). Also accepted: [yes|no].
I would like to be able to turn this on.