Skip to content

Commit

Permalink
ready for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ButuzGOL committed Jan 22, 2014
1 parent b01c75f commit b172d2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions public/Gruntfile.js
Expand Up @@ -279,8 +279,7 @@ module.exports = function(grunt) {
},
install: {
options: {
targetDir: './src/components',
install: true
targetDir: '<%= paths.src %>/components'
}
}
},
Expand Down
16 changes: 7 additions & 9 deletions public/package.json
Expand Up @@ -8,17 +8,22 @@
"bugs": "https://github.com/ButuzGOL/gss/issues",
"dependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.1",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"bower": "~1.2.7",
"grunt-bower-requirejs": "~0.7.1",
"grunt-usemin": "~2.0.2",
"grunt-rev": "~0.1.0",
"grunt-open": "~0.2.2",
"load-grunt-tasks": "~0.2.0",
"connect-livereload": "~0.3.0",
"time-grunt": "~0.2.3",
"grunt-concurrent": "~0.4.2",
"grunt-contrib-requirejs": "~0.4.1",
Expand All @@ -29,16 +34,9 @@
"grunt-bower-task": "~0.3.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-mocha": "~0.4.6",
"grunt-cli": "~0.1.11"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-bower-requirejs": "~0.7.1",
"grunt-open": "~0.2.2",
"connect-livereload": "~0.3.0",
"grunt-contrib-yuidoc": "~0.5.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install; ./node_modules/grunt-cli/bin/grunt prepare; ./node_modules/grunt-cli/bin/grunt build"
}
}
}

0 comments on commit b172d2b

Please sign in to comment.