Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'grunt-0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
gseguin committed Mar 4, 2013
2 parents 981cae7 + 068874d commit 20d4972
Show file tree
Hide file tree
Showing 307 changed files with 3,138 additions and 15,191 deletions.
12 changes: 12 additions & 0 deletions .jshintrc
@@ -0,0 +1,12 @@
{
"curly": true,
"eqnull": true,
"eqeqeq": true,
"expr": true,
"noarg": true,
"node": true,
"onevar": true,
"trailing": true,
"undef": true,
"unused": true
}
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
branches:
only:
- grunt-0.4

0 comments on commit 20d4972

Please sign in to comment.