Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed contributing.md, cleaned up junk in root. rebuilt readme. #103

Merged
merged 1 commit into from Mar 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 0 additions & 20 deletions .gitattributes
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
@@ -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
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
@@ -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
@@ -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
@@ -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.