Commit Graph

14 Commits

Author SHA1 Message Date
kirrg001 8729dafcf5 Extended `yarn ship`: more automation
no issue

- added gulp task to extend casper release automation
- will draft the release for you
- will get the user facing commits from changelog
- runs after `yarn ship` (postship)
- full automation with env variables is possible
2019-03-15 14:38:26 +01:00
Hannah Wolfe 6640701aeb Regenerate yarn.lock
- results in clean lodash versions
- needed due to lodash security vuln
2019-03-10 17:44:44 +00:00
Renovate Bot 7fec21f7d9 Update dependency gscan to v2.3.0 2019-03-10 17:39:42 +00:00
Hannah Wolfe 06c8020c16 Re-written gulpfile for gulp 4
- use the new, simpler format
- sourcemap and watch support is built in, so these plugins can be removed
- remove js filter - not sure what that did :/
- simplified task structure
2019-03-10 17:30:20 +00:00
Renovate Bot 3a40332515 Update gulp 2019-03-10 17:30:20 +00:00
Renovate Bot 56c9795306 Update css processors 2019-03-10 16:09:25 +00:00
Renovate Bot dd19a0a65b Update css processors 2019-03-10 16:07:35 +00:00
Renovate Bot 3b3a091069 Update gulp 2019-03-10 15:27:03 +00:00
Renovate Bot ff189b7c08 Update dependency gscan to v2.2.1 2019-03-10 15:21:18 +00:00
Renovate Bot 8fa0aa1b64 Pin dependencies 2019-03-04 19:48:25 +00:00
Fabien O'Carroll 273e987240 Updated gulp to handle errors for every stream (#500)
no-issue

Previously we only added an error handler to the first stream in each
pipeline, this meant that if another stream errors you would get
unhelpful error handlers.
2019-01-22 11:00:10 +00:00
Péter Szabolcs Nagy bfcab7172f Minified javascript in zip(#476)
no issue

* Added js minification step to gulp zip script
2018-10-08 16:34:07 +05:30
Hannah Wolfe 9d803067a4
🛠 Added .travis.yml and gscan tests (#470)
- Add gscan dependency & travis.yml file, so that we can run gscan as a test for this repo
- This check tells us whether or not the theme is valid & compatible with Ghost according to gscan
- We recommend that all themes do this!
2018-08-14 22:10:01 +01:00
Aileen Nowak 452776939c Added yarn.lock and updated README for new yarn scripts
no issue
2018-04-09 16:19:05 +08:00