Commit Graph

138 Commits

Author SHA1 Message Date
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
Kevin Ansfield 215d837848 2.11.2 2019-10-07 23:11:17 +01:00
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
Kevin Ansfield 8729af090f 2.11.1 2019-08-27 19:44:35 +01:00
Rish 32d3538f6b 2.11.0 2019-08-27 21:01:30 +05:30
Rish 29426e1483 2.10.7 2019-08-22 07:31:34 +05:30
Fabien O'Carroll a6ce913546 2.10.6 2019-08-06 17:34:38 +08: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
Rish 095d7f85c6 2.10.5 2019-07-30 20:24:26 +05:30
Kevin Ansfield e4e97aefa9 2.10.4 2019-07-23 12:01:47 +01:00
Fabien O'Carroll 6886798b60 2.10.3 2019-07-01 13:31:22 +07: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
Nazar Gargol fa54c4713f 2.10.2 2019-06-04 13:01:40 +02: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
Fabien O'Carroll 2dad5af417 2.10.1 2019-05-14 11:16:04 +02:00
Nazar Gargol 21d097d530 2.10.0 2019-05-07 12:37:29 +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
Fabien O'Carroll 93c4ea58ed 2.9.11 2019-04-23 11:34:46 +02:00
Rish 2a5aac2719 2.9.10 2019-04-16 16:42:31 +05:30
Renovate Bot aac62daaca Update dependency gscan to v2.4.1 2019-04-15 01:28:38 +00:00
Nazar Gargol fef2307d6d 2.9.9 2019-04-09 19:30:37 +08: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
Kevin Ansfield 23bd9cc1d5 2.9.8 2019-04-04 14:58:47 +01:00
Kevin Ansfield 0d8f4471d9 2.9.7 2019-04-02 10:02:13 +01:00
Rish 37c0f22b09 2.9.6 2019-03-19 16:41:50 +05:30
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
Kevin Ansfield 2bf64cbffc v2.9.5 2019-03-12 18:38:14 +00:00
Nazar Gargol 2da714ef2e Upgrading Casper to 2.9.4 2019-03-12 20:23:45 +08:00
Renovate Bot 7fec21f7d9 Update dependency gscan to v2.3.0 2019-03-10 17:39:42 +00:00
Hannah Wolfe 018423738e 🛠 Always build before test, test before ship
- Make sure we update our build files before running tests
- This also ensures they get updated before shipping
2019-03-10 17:30:20 +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