Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
- [misc] major dependencies update, version bumped to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Feb 6, 2015
1 parent 8cb34bf commit f3060d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
{
"name": "Kotsu",
"version": "0.4.15",
"version": "0.5.0",
"title": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before",
"author": "LotusTM",
"private": true,
"devDependencies": {
"gmsmith": "^0.4.5",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-browser-sync": "^1.5.3",
"grunt-autoprefixer": "^2.2.0",
"grunt-browser-sync": "^1.9.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-csso": "^0.6.5",
"grunt-newer": "^0.8.0",
"grunt-csso": "^0.7.0",
"grunt-newer": "^1.1.0",
"grunt-nunjucks-2-html": "^0.2.2",
"grunt-processhtml": "^0.3.3",
"grunt-responsive-images": "^0.1.4",
"grunt-processhtml": "^0.3.7",
"grunt-responsive-images": "^0.1.6",
"grunt-scss-lint": "^0.3.4",
"grunt-size-report": "^0.1.1",
"grunt-spritesmith": "^2.20.0",
"grunt-spritesmith": "^3.6.0",
"grunt-tinypng": "^0.5.3",
"grunt-uncss": "^0.3.8",
"grunt-webfont": "^0.4.8",
"load-grunt-tasks": "^1.0.0",
"nunjucks": "^1.1.0"
"grunt-uncss": "^0.4.0",
"grunt-webfont": "^0.5.1",
"load-grunt-tasks": "^3.1.0",
"nunjucks": "^1.2.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down
7 changes: 3 additions & 4 deletions tasks/grunt-spritesmith.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ module.exports = ->
@config 'sprite',
build:
src: ['<%= path.source.sprites %>/{,**/}*']
destImg: '<%= file.build.sprite.compiled %>'
destCSS: '<%= path.temp.styles %>/_sprites.map.scss'
dest: '<%= file.build.sprite.compiled %>'
destCss: '<%= path.temp.styles %>/_sprites.map.scss'
padding: 2
engine: 'gm'
algorithm: 'binary-tree'
engine: 'gmsmith'
cssTemplate: '<%= path.source.styles %>/generic/_sprites.map.mustache'

0 comments on commit f3060d6

Please sign in to comment.