Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Commit

Permalink
0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Feb 18, 2013
1 parent f7f48f8 commit 9f3c604
Show file tree
Hide file tree
Showing 9 changed files with 404 additions and 235 deletions.
41 changes: 41 additions & 0 deletions AUTHORS
@@ -0,0 +1,41 @@
Tyler Kellen (http://goingslowly.com)
"Cowboy" Ben Alman (http://benalman.com)
"Cowboy" Ben Alman (http://benalman.com/)
Alexander Kong (http://github.com/WebBlow)
Ariel Falduto (http://outa.im/)
Artem Sapegin (http://sapegin.me)
Chris Talkington (http://christalkington.com)
Chris Talkington (http://christalkington.com/)
Conrad Zimmerman (https://github.com/conradz)
David Mosher (http://blog.davemo.com)
Eric Woroshow (http://ericw.ca)
Eric Woroshow (http://ericw.ca/)
Frederick Ros (https://github.com/sleeper)
George Pantazis (http://georgepantazis.com/)
Jake Harding (http://thejakeharding.com/)
Jarrod Overson (http://jarrodoverson.com)
Jason Kuhrt (http://jasonkuhrt.com)
Jean-Sébastien Ney
John Goodall (http://jgoodall.posterous.com/)
Justin Searls (http://about.me/searls/)
Kyle Robinson Young (http://dontkry.com)
Kyle Robinson Young (http://twitter.com/shamakry)
Larry Davis (http://lazd.net/)
Liam Kaufman (http://liamkaufman.com/)
Nathan Bleigh (http://www.nathanbleigh.com)
Pete Hawkins (http://phawk.co.uk)
Ryan Leckey (https://github.com/mehcode)
Sebastian Golasch (http://www.asciidisco.com/)
Sindre Sorhus (http://github.com/sindresorhus)
Sindre Sorhus (http://sindresorhus.com)
Teddy Cross (http://tkaz.ec/)
Thanasis Polychronakis (http://thanpol.as)
Thomas Boyt (http://www.thomasboyt.com/)
Tim Branyen (http://goingslowly.com/)
Tim Branyen (http://tbranyen.com)
Tim Branyen (http://tbranyen.com/)
Tyler Kellen (http://goingslowly.com)
Tyler Kellen (http://goingslowly.com/)
Vlad Filippov (http://vf.io)
Yegor Pomortsev (https://github.com/illicium)
Yusuke Kawasaki (https://github.com/kawanet)
149 changes: 76 additions & 73 deletions CHANGELOG
@@ -1,73 +1,76 @@
Until v1, this will only be updated when major or breaking changes are made.

2012.09.23, v0.3.0

* options no longer accepted from global config key.

2012.09.10, v0.2.0

* converted to grunt collection, all tasks in separate repos/packages.

2012.08.27, v0.1.8

* update dependencies to latest versions.
* bump: new task to assist with versioning (PR #111)

2012.08.20, v0.1.7

* add partial support to handlebars task (PR #106)
* update package.json for latest stylus (PR #104)
* copy: add minimatch option (PR #105)

2012.08.13, v0.1.6

* less+stylus: correct concat logic and add tests. (#101)
* handlebars: add processName

2012.08.06, v0.1.5

* add nib as dependancy

2012.07.30, v0.1.4

* copy: sort test arrays before compare (PR #93)
* copy+compress: use basePath left to right (GH #92)
* handlebars: fix failing test in 1.0.6
* less: prints 'undefined' when there are no stylesheets. (PR #89)

2012.07.23, v0.1.3

* bug fixes (#86)
* stylus: load nib if available (PR #87)

2012.07.16, v0.1.2

* bug fixes (#84)
* basePath overhaul
* lint in strict mode
* variable declaration cleanup

2012.07.09, v0.1.1

* bug fixes
* task overhaul
* yuidoc task addition
* prep for grunt v0.4

2012.06.28, v0.0.9

* task cleanup
* copy task addition

2012.06.12, v0.0.7

* requirejs task addition

2012.06.03, v0.0.5

* task cleanup
* zip task addition

2012.05.01, v0.0.1

* initial release
v0.4.0:
date: 2012-02-17
changes:
- Updated to include the entire grunt-contrib suite for Grunt v0.4.
v0.3.0:
date: 2012-09-23
changes:
- options no longer accepted from global config key.
v0.2.0:
date: 2012-09-10
changes:
- converted to grunt collection, all tasks in separate repos/packages.
v0.1.8:
date: 2012-08-27
changes:
- update dependencies to latest versions.
- bump: new task to assist with versioning (PR #111)
v0.1.7:
date: 2012-08-20
changes:
- add partial support to handlebars task (PR #106)
- update package.json for latest stylus (PR #104)
- copy: add minimatch option (PR #105)
v0.1.6:
date: 2012-08-13
changes:
- less+stylus: correct concat logic and add tests. (#101)
- handlebars: add processName
v0.1.5:
date: 2012-08-06
changes:
- add nib as dependancy
v0.1.4:
date: 2012-07-30
changes:
- copy: sort test arrays before compare (PR #93)
- copy+compress: use basePath left to right (GH #92)
- handlebars: fix failing test in 1.0.6
- less: prints 'undefined' when there are no stylesheets. (PR #89)
v0.1.3:
date: 2012-07-23
changes:
- bug fixes (#86)
- stylus: load nib if available (PR #87)
v0.1.2:
date: 2012-07-16
changes:
- bug fixes (#84)
- basePath overhaul
- lint in strict mode
- variable declaration cleanup
v0.1.1:
date: 2012-07-09
changes:
- bug fixes
- task overhaul
- yuidoc task addition
- prep for grunt v0.4
v0.0.9:
date: 2012-06-28
changes:
- task cleanup
- copy task addition
v0.0.7:
date: 2012-06-12
changes:
- requirejs task addition
v0.0.5:
date: 2012-06-03
changes:
- task cleanup
- zip task addition
v0.0.1:
date: 2012-05-01
changes:
- initial release
1 change: 1 addition & 0 deletions CONTRIBUTING.md
@@ -0,0 +1 @@
Please see the [Contributing to grunt](http://gruntjs.com/contributing) guide for information on contributing to this project.
38 changes: 38 additions & 0 deletions Gruntfile.js
@@ -0,0 +1,38 @@
/*
* grunt-contrib
* http://gruntjs.com/
*
* Copyright (c) 2012 Tyler Kellen, contributors
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt-contrib/blob/master/LICENSE-MIT
*/

'use strict';

module.exports = function(grunt) {

grunt.registerTask('build', function () {
var _ = grunt.util._;
var path = require('path');
var deps = require('./package.json').dependencies;
var authors = [];
var plugins = Object.keys(deps).map(function(plugin) {
var dir = path.dirname(require.resolve(plugin));
authors.push(grunt.file.read(path.join(dir, 'AUTHORS')).split('\n'));
return require(path.join(dir, 'package.json'));
});
authors = _.unique(
_.compact(
_.map(_.flatten(authors),function(author){return author.trim()})
)
).sort().join("\n");
grunt.file.write("AUTHORS","Tyler Kellen (http://goingslowly.com)\n"+authors);
var tmpl = grunt.file.read('docs/overview.tmpl');
var readme = grunt.template.process(tmpl, {data:{plugins:plugins}});
grunt.file.write('docs/overview.md', readme);
});

grunt.loadNpmTasks('grunt-contrib-internal');
grunt.registerTask('default', ['build', 'build-contrib']);

};
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2012 "Cowboy" Ben Alman and contributors.
Copyright (c) 2013 Tyler Kellen and contributors.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down

0 comments on commit 9f3c604

Please sign in to comment.