Skip to content

Commit

Permalink
Move coffeescript to lib, generate output into src, update package.js…
Browse files Browse the repository at this point in the history
…on to have main file pointing at /lib, remove coffee-script runtime dependency
  • Loading branch information
Sean McCullough committed Aug 2, 2012
1 parent 7927f51 commit adb17d7
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 4 deletions.
172 changes: 172 additions & 0 deletions lib/bulk_hogan.js

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

9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -2,15 +2,16 @@
, "version": "0.1.0"

, "engines": { "node": ">=0.6" }
, "main": "bulk_hogan.coffee"
, "main": "lib/bulk_hogan.js"

, "dependencies":
{ "coffee-script": "~1.2.0"
, "async": "~0.1.18"
{ "async": "~0.1.18"
, "glob": "~3.1.9"
, "hogan": "~1.0.5-dev"
}

, "devDependencies":
{ "fs-extra": "~0.1.1" }
{ "coffee-script": "~1.2.0"
,"fs-extra": "~0.1.1"
}
}
File renamed without changes.

0 comments on commit adb17d7

Please sign in to comment.