Merge branch '2.0.0-wip' into docs-rework

This commit is contained in:
connors 2014-01-29 10:56:40 -08:00
Родитель d5fabc83ef f0d2f70748
Коммит bf1a29c250
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -65,10 +65,10 @@ module.exports = function(grunt) {
});
// Load the plugins
grunt.loadNpmTasks('grunt-jekyll');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-jekyll');
// Default task(s).
grunt.registerTask('default', ['sass', 'concat']);

Просмотреть файл

@ -24,12 +24,12 @@
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-sass": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-jekyll": "~0.4.0"
"grunt-jekyll": "~0.4.1"
}
}