Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit fb0d3f3

Browse files
authored
Update process-html.js
1 parent ebdb525 commit fb0d3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp/tasks/process-html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gulp.task('copy-html', function(){
1515
})
1616

1717
var retinaOpts = {
18-
// Your options here.
18+
suffix: {1: '', 2: '@2x', 3: '@3x'}
1919
};
2020

2121
gulp.task('min-html', function() {

0 commit comments

Comments
 (0)