Skip to content

Commit e4a15d1

Browse files
author
Charlie Lodder
committed
Release 1.0.9
1 parent 575195a commit e4a15d1

File tree

4 files changed

+1429
-1842
lines changed

4 files changed

+1429
-1842
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.0.9
2+
date: 05-07-2019
3+
changes:
4+
- Updated Grunt to 1.0.4
5+
- Updated time-grunt to 4.0.0
6+
- Updated load-grunt-tasks to 5.0.0
7+
- Updated autoprefixer example to prevent deprecated warning
18
v1.0.8
29
date: 13-02-2019
310
changes:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ grunt.initConfig({
3939
},
4040

4141
processors: [
42-
require('autoprefixer')({browsers: 'last 2 versions'}), // add vendor prefixes
42+
require('autoprefixer')(),
4343
require('cssnano')() // minify the result
4444
]
4545
},

0 commit comments

Comments
 (0)