Skip to content

Commit

Permalink
Merge pull request #104 from jonschlinkert/master
Browse files Browse the repository at this point in the history
removed confusing assemble.readme target from gruntfile
  • Loading branch information
jonschlinkert committed Mar 22, 2013
2 parents 49261cd + 708fae8 commit 0ece638
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Gruntfile.js
Expand Up @@ -61,24 +61,6 @@ module.exports = function(grunt) {
files: { files: {
'test/actual/yaml': ['test/yaml/*.hbs'] 'test/actual/yaml': ['test/yaml/*.hbs']
} }
},
// Internal task to build README, docs.
readme: {
options: {
today: '<%= grunt.template.today() %>',
partials: ['docs/*.md','docs/templates/sections/*.{md,hbs}'],
changelog: grunt.file.readYAML('CHANGELOG'),
roadmap: grunt.file.readYAML('ROADMAP'),
ext: '.md',
data: [
'docs/templates/data/docs.json',
'../assemble-internal/docs/templates/data/url.json',
'../assemble-internal/docs/templates/data/repos.json'
]
},
files: {
'.': ['../assemble-internal/docs/templates/README.hbs']
}
} }
} }
}); });
Expand Down

0 comments on commit 0ece638

Please sign in to comment.