Browse Source

Merge branch '2.0.0-wip' into docs-rework

pull/249/head
connors 11 years ago
parent
commit
bf1a29c250
  1. 4
      Gruntfile.js
  2. 10
      package.json

4
Gruntfile.js

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

10
package.json

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

Loading…
Cancel
Save