Skip to content

Commit

Permalink
updated to latest grunt removed build info from zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jan 8, 2012
1 parent 60b9c27 commit 7cd2e5f
Show file tree
Hide file tree
Showing 35 changed files with 296 additions and 483 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
dist/
npm-debug.log
node_modules/**/out
node_modules/**/build
.lock-wscript
build/node_modules
7 changes: 6 additions & 1 deletion build/config.js
Expand Up @@ -2,7 +2,7 @@
config.init({

lint: {
files: ["build/config.js"]
files: ["build/config.js", "app/modules/*.js"]
},

concat: {
Expand All @@ -22,6 +22,11 @@ config.init({

mincss: {
"dist/release/style.css": ["assets/css/style.css"]
},

watch: {
files: ["assets/**/*", "app/**/*"],
tasks: "lint:files concat jst"
}

});
Expand Down
2 changes: 1 addition & 1 deletion build/index.js
Expand Up @@ -7,4 +7,4 @@ grunt.tasks([], {

tasks: ["build/tasks"]

});
k);
1 change: 0 additions & 1 deletion build/node_modules/grunt/.gitignore

This file was deleted.

278 changes: 0 additions & 278 deletions build/node_modules/grunt/LICENSE-GPL

This file was deleted.

8 changes: 8 additions & 0 deletions build/node_modules/grunt/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions build/node_modules/grunt/grunt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cd2e5f

Please sign in to comment.