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

Commit

Permalink
Remove retina for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Feb 2, 2017
1 parent 4201e42 commit 480d1c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
"oAP": "\/appveyor.yml",
"oF": 0
},
"\/archetypes\/blog.md": {
"cS": 0,
"eF": 1,
"eL": 1,
"eLB": 0,
"ema": 1,
"eSQ": 1,
"ft": 4096,
"oA": 1,
"oAP": "\/archetypes\/blog.html",
"oF": 0,
"oFM": 9,
"oS": 0,
"pHT": 0,
"pME": 1,
"rFN": 0,
"uCM": 0
},
"\/archetypes\/event.md": {
"cS": 0,
"eF": 1,
Expand Down
2 changes: 1 addition & 1 deletion gulp/tasks/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var gulp = require('gulp'),
runSequence = require('run-sequence');

gulp.task('default', function (callback) {
runSequence('responsive-images', 'copy-js', 'copy-css', 'process-html', 'revision', 'revision-update', 'copy-static-files',
runSequence('copy-js', 'copy-css', 'copy-html', 'revision', 'revision-update', 'copy-static-files',
callback
)
})
Expand Down

0 comments on commit 480d1c8

Please sign in to comment.