Skip to content

Commit

Permalink
Minor gruntfile comment tweak.
Browse files Browse the repository at this point in the history
cowboy committed Mar 13, 2012

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2aea4e0 commit 430af05
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
var config = grunt.config;
var template = grunt.template;

// Initialize config.
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
test: {
2 changes: 1 addition & 1 deletion tasks/init/commonjs/root/grunt.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ module.exports = function(grunt) {
var config = grunt.config;
var template = grunt.template;

// Initialize config.
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
meta: {
2 changes: 1 addition & 1 deletion tasks/init/gruntplugin/root/grunt.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ module.exports = function(grunt) {
var config = grunt.config;
var template = grunt.template;

// Initialize config.
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
test: {
2 changes: 1 addition & 1 deletion tasks/init/jquery/root/grunt.js
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
var config = grunt.config;
var template = grunt.template;

// Initialize config.
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
meta: {
2 changes: 1 addition & 1 deletion tasks/init/node/root/grunt.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ module.exports = function(grunt) {
var config = grunt.config;
var template = grunt.template;

// Initialize config.
// Project configuration.
grunt.initConfig({
pkg: '<json:package.json>',
test: {

0 comments on commit 430af05

Please sign in to comment.