Skip to content

Commit

Permalink
Retina support, bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Apr 20, 2013
1 parent a32199f commit 7261b67
Show file tree
Hide file tree
Showing 20 changed files with 2,514 additions and 452 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _site
private-*
__article/
node_modules
dist/
_production
all.min.css
.sublime-*
.sublime-*
website/dist/
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = function(grunt) {
'image',
'iframe',
'gallery',
'retina',
'fastclick'
],
basePath: 'src/js/',
Expand Down Expand Up @@ -117,7 +118,7 @@ module.exports = function(grunt) {
tasks: ['jekyll:dev', 'copy:dev']
},
files: ['src/**'],
tasks: [ 'sass', 'mfpbuild', 'copy:dev']
tasks: [ 'sass', 'mfpbuild', 'copy:dev', 'uglify']
},

cssmin: {
Expand Down
Loading

0 comments on commit 7261b67

Please sign in to comment.