Skip to content

Commit

Permalink
removed contributing.md, cleaned up junk in root. rebuilt readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 22, 2013
1 parent 522ccb5 commit ed27725
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 94 deletions.
20 changes: 0 additions & 20 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,6 @@
* text eol=lf
*.* eol=lf

*.coffee text eol=lf
*.conf text eol=lf
*.config text eol=lf
*.css text eol=lf
*.hbs text eol=lf
*.handlebars text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.jade text eol=lf
*.js text eol=lf
*.less text eol=lf
*.markdown text eol=lf
*.md text eol=lf
*.mustache text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
grunt text eol=lf
lessc text eol=lf

*.jpg binary
*.gif binary
*.png binary
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.21:
date: "2013-03-22 "
changes:
- Valid YAML now allowed in options.data object (along with JSON)
v0.3.14:
date: "2013-03-18 "
changes:
Expand Down
66 changes: 0 additions & 66 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(grunt) {
},
jshint: {
options: {
jshintrc: '.jshintrc'
jshintrc: 'tasks/.jshintrc'
},
files: [
'Gruntfile.js',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Assemble v0.3.2](http://github.com/assemble/assemble) [![Build Status](https://travis-ci.org/assemble/assemble.png)](https://travis-ci.org/assemble/assemble)
# [Assemble v0.3.21](http://github.com/assemble/assemble) [![Build Status](https://travis-ci.org/assemble/assemble.png)](https://travis-ci.org/assemble/assemble)

> Get the rocks out of your socks. Assemble helps you **quickly launch static web projects** by emphasizing a strong separation of concerns between structure, style, content and configuration.
Expand Down Expand Up @@ -584,7 +584,7 @@ _(Big plans in the works)_
---
Authored by [assemble](https://github.com/assemble/assemble)

_This file was generated using Grunt and [assemble](http://github.com/assemble/assemble) on Fri Mar 22 2013 08:11:53._
_This file was generated using Grunt and [assemble](http://github.com/assemble/assemble) on Fri Mar 22 2013 08:27:25._



Expand Down
3 changes: 0 additions & 3 deletions ROADMAP

This file was deleted.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assemble",
"version": "0.3.2",
"version": "0.3.21",
"main": [
"./lib/assemble.js"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "assemble",
"description": "Get the rocks out of your socks. Assemble helps you **quickly launch static web projects** by emphasizing a strong separation of concerns between structure, style, content and configuration.",
"version": "0.3.2",
"version": "0.3.21",
"homepage": "https://github.com/assemble/assemble",
"author": {
"name": "assemble",
Expand Down
File renamed without changes.

0 comments on commit ed27725

Please sign in to comment.