Commit Graph

154 Commits

Author SHA1 Message Date
renovate[bot] 2da322d93b
Lock file maintenance (#699)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-03 14:36:14 +07:00
Renovate Bot c97b847002 Update dependency @tryghost/release-utils to v0.5.0 2020-04-01 12:17:28 +00:00
Renovate Bot 7d37adb3cd
Update dependency autoprefixer to v9.7.5 2020-03-31 17:33:06 +00:00
Renovate Bot 4fe7010f4e
Update dependency @tryghost/release-utils to v0.4.2 2020-03-31 15:11:06 +00:00
Daniel Lockyer 6bf34a5a70 Moved Casper release code into gulpfile
no issue
2020-03-31 16:10:30 +01:00
Renovate Bot 3281f75945 Update dependency gscan to v3.4.0 2020-03-31 15:53:14 +01:00
Daniel Lockyer 1ec7a12d43 Bumped dependency versions
no issue
2020-03-02 18:36:18 +00:00
Renovate Bot b09e846fd2 Update dependency postcss-custom-properties to v9.1.1 2020-03-01 02:18:49 +00:00
Renovate Bot 92d9174b24 Update dependency @tryghost/release-utils to v0.4.1 2020-03-01 01:18:39 +00:00
Renovate Bot d9cf22a0f7 Update dependency gscan to v3.3.0 2020-02-01 01:18:20 +00:00
Renovate Bot f55e2b0266 Update dependency gscan to v3.2.1 2020-01-01 01:16:54 +00:00
renovate[bot] 7c8cba7fab Pin dependency gulp-concat to 2.6.1 (#647) 2019-11-11 21:15:08 +07:00
renovate[bot] e253954051 Lock file maintenance (#650) 2019-11-11 21:14:53 +07:00
Renovate Bot 7733f0db63 Update dependency gscan to v3.1.1 2019-11-01 04:27:02 +00:00
Renovate Bot 1c5db5c027 Update dependency autoprefixer to v9.7.1 2019-11-01 03:25:25 +00:00
Renovate Bot e4afcc233f
Update dependency @tryghost/release-utils to v0.3.3 2019-11-01 00:26:39 +00:00
Kevin Ansfield 7ad20d1325 Fixed deprecated autoprefixer config warning when running build tasks
no issue

Passing browser options directly into `autoprefixer()` has been deprecated in favour of general browserslist configuration in `package.json` or a `.browserslistrc` config file

- moved autoprefixer browsers list into `browserslist` config in `package.json`
- updated `autoprefixer` version
2019-10-20 16:05:37 +02:00
Kevin Ansfield 978ffe0eb6
Concatenated all JS into a single file (#624)
no issue

- moved large inline JS from templates into separate JS files
  - floating header
  - gallery card support
- use `gulp-concat` to concatenate all JS files into a single `built/casper.js` file
- reduces external JS file requests from 3 (jquery, infinite-scroll.js, jquery.fitvids.js) down to 2 (jquery, casper.js) and reduces page size by removing repeated inline code
2019-10-20 15:55:06 +02:00
renovate[bot] 53ad2d8096 Updated Build Tools (#571) 2019-10-20 13:47:06 +05:30
renovate[bot] f7e4cabc58 Update dependency postcss-custom-properties to v9 (#592) 2019-10-20 13:41:11 +05:30
Naz Gargol 392626f3b2 Bumped Gscan and made rule check explicit to v2 set (#622)
* Bumped gscan to v3.0.0

* Added explicit v2 version check for gscan command
2019-10-20 12:21:27 +05:30
Renovate Bot d2ec8d1c31
Update dependency gulp-livereload to v4.0.2 2019-10-01 01:30:15 +00:00
Renovate Bot 4a4f66a710 Update dependency gscan to v2.9.0 2019-10-01 01:29:48 +00:00
Renovate Bot 8ad3b82f58 Update dependency gscan to v2.7.0 2019-08-01 03:27:54 +00:00
Renovate Bot c66d64dd79
Update CSS preprocessors 2019-08-01 00:48:07 +00:00
Renovate Bot 42c26629bf Update dependency autoprefixer to v9.6.0 2019-07-01 03:31:32 +00:00
Renovate Bot 89a12765be
Update dependency gscan to v2.6.2 2019-07-01 00:31:51 +00:00
Renovate Bot 0494b48ad0
Update dependency gulp to v4.0.2 2019-06-01 01:29:25 +00:00
Renovate Bot e6cb772b2d Update dependency gscan to v2.6.0 2019-06-01 01:28:55 +00:00
renovate[bot] ff43de1c63 Lock file maintenance (#572) 2019-05-01 10:38:23 +02:00
Renovate Bot 64fdc798d9
Update dependency gulp to v4.0.1 2019-05-01 01:26:49 +00:00
Renovate Bot 88552e5d18 Update dependency gscan to v2.5.1 2019-05-01 01:26:28 +00:00
Renovate Bot 85fed4f083 Lock file maintenance 2019-04-15 02:34:36 +00:00
Renovate Bot aac62daaca Update dependency gscan to v2.4.1 2019-04-15 01:28:38 +00:00
Renovate Bot de8b83738e Lock file maintenance 2019-04-08 04:37:12 +00:00
Renovate Bot 4a2e9c9b20 Update dependency @tryghost/release-utils to v0.3.2 2019-04-08 03:26:03 +00:00
Renovate Bot 070bed3f40 Update dependency gscan to v2.4.0 2019-04-08 02:29:24 +00:00
Renovate Bot 7f8990c0d8 Update css processors 2019-04-08 01:29:23 +00:00
Renovate Bot 7706045616 Update dependency @tryghost/release-utils to v0.3.1 2019-03-19 14:38:30 +05:30
renovate[bot] 51b93e389c Update dependency autoprefixer to v9.5.0 (#553) 2019-03-18 14:29:41 +00:00
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