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

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Sep 10, 2012
1 parent db7d7c9 commit f4c60e8
Show file tree
Hide file tree
Showing 86 changed files with 46 additions and 2,702 deletions.
4 changes: 1 addition & 3 deletions .gitignore
@@ -1,5 +1,3 @@
.DS_Store
node_modules
npm-debug.log
test/fixtures/output
.idea
tmp
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

28 changes: 16 additions & 12 deletions CHANGELOG
@@ -1,65 +1,69 @@
Until v1, this will only be updated when major or breaking changes are made.

2012.08.27, Version 0.1.8
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, Version 0.1.7
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, Version 0.1.6
2012.08.13, v0.1.6

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

2012.08.06, Version 0.1.5
2012.08.06, v0.1.5

* add nib as dependancy

2012.07.30, Version 0.1.4
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, Version 0.1.3
2012.07.23, v0.1.3

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

2012.07.16, Version 0.1.2
2012.07.16, v0.1.2

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

2012.07.09, Version 0.1.1
2012.07.09, v0.1.1

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

2012.06.28, Version 0.0.9
2012.06.28, v0.0.9

* task cleanup
* copy task addition

2012.06.12, Version 0.0.7
2012.06.12, v0.0.7

* requirejs task addition

2012.06.03, Version 0.0.5
2012.06.03, v0.0.5

* task cleanup
* zip task addition

2012.05.01, Version 0.0.1
2012.05.01, v0.0.1

* initial release
36 changes: 14 additions & 22 deletions README.md
Expand Up @@ -15,49 +15,45 @@ grunt.loadNpmTasks('grunt-contrib');
[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md

## Included Tasks
#### [`bump`](/gruntjs/grunt-contrib/blob/master/docs/bump.md)
#### [`bump`](/gruntjs/grunt-contrib-bump/)
Bump package version.

#### [`clean`](/gruntjs/grunt-contrib/blob/master/docs/clean.md)
#### [`clean`](/gruntjs/grunt-contrib-clean/)
Clear files and folders.

#### [`coffee`](/gruntjs/grunt-contrib/blob/master/docs/coffee.md)
#### [`coffee`](/gruntjs/grunt-contrib-coffee/)
Compile CoffeeScript files into JavaScript.

#### [`compress`](/gruntjs/grunt-contrib/blob/master/docs/compress.md)
#### [`compress`](/gruntjs/grunt-contrib-compress/)
Compress files and folders using gzip or zip.

#### [`copy`](/gruntjs/grunt-contrib/blob/master/docs/copy.md)
#### [`copy`](/gruntjs/grunt-contrib-copy/)
Copy files into another directory.

#### [`handlebars`](/gruntjs/grunt-contrib/blob/master/docs/handlebars.md)
#### [`handlebars`](/gruntjs/grunt-contrib-handlebars/)
Compile handlebars templates to JST file.

#### [`jade`](/gruntjs/grunt-contrib/blob/master/docs/jade.md)
#### [`jade`](/gruntjs/grunt-contrib-jade/)
Compile Jade templates to HTML.

#### [`jst`](/gruntjs/grunt-contrib/blob/master/docs/jst.md)
#### [`jst`](/gruntjs/grunt-contrib-jst/)
Compile underscore templates to JST file.

#### [`less`](/gruntjs/grunt-contrib/blob/master/docs/less.md)
#### [`less`](/gruntjs/grunt-contrib-less/)
Compile LESS files to CSS.

#### [`mincss`](/gruntjs/grunt-contrib/blob/master/docs/mincss.md)
#### [`mincss`](/gruntjs/grunt-contrib-mincss/)
Minify CSS files.

#### [`requirejs`](/gruntjs/grunt-contrib/blob/master/docs/requirejs.md)
#### [`requirejs`](/gruntjs/grunt-contrib-requirejs/)
Optimize RequireJS projects using r.js.

#### [`stylus`](/gruntjs/grunt-contrib/blob/master/docs/stylus.md)
#### [`stylus`](/gruntjs/grunt-contrib-stylus/)
Compile Stylus files into CSS. Preloaded with [nib](http://visionmedia.github.com/nib/).

#### [`yuidoc`](/gruntjs/grunt-contrib/blob/master/docs/yuidoc.md)
#### [`yuidoc`](/gruntjs/grunt-contrib-yuidoc/)
Compile YUIDoc Documentation.

## Included Helpers
### [`options`](/gruntjs/grunt-contrib/blob/master/docs/helpers.md#options)
Unified options retrieval, will be replaced with grunt's built-in `this.options` in the near future.

## Bugs

Help us squash them by submitting an issue that describes how you encountered it; please be as specific as possible including operating system, node, grunt, and grunt-contrib versions.
Expand Down Expand Up @@ -120,8 +116,4 @@ or if you always want to ride on the edge:
"dependencies": {
"grunt-contrib": "git://github.com/gruntjs/grunt-contrib.git"
}
```

## License
Copyright (c) 2012 "Cowboy" Ben Alman & contributors.
Licensed under the MIT license.
```
2 changes: 0 additions & 2 deletions bin/grunt-contrib

This file was deleted.

23 changes: 0 additions & 23 deletions docs/bump.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/clean.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/coffee.md

This file was deleted.

86 changes: 0 additions & 86 deletions docs/compress.md

This file was deleted.

0 comments on commit f4c60e8

Please sign in to comment.