Skip to content

Commit

Permalink
adding Backbone and Transform as hard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Breed committed Dec 25, 2011
1 parent 33719a3 commit f808e59
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cakefile
Expand Up @@ -58,7 +58,12 @@ task 'build:app', 'concat application with Stitch', ->
task 'build:libs', 'concat all external libs with Stitch',->
root = LIB_PATH
paths = [ root ]
deps = [ "#{root}/underscore.js", "#{root}/handlebars.1.0.0.beta.2.js" ]
deps = [
"#{root}/underscore.js"
"#{root}/handlebars.1.0.0.beta.2.js"
"#{root}/backbone.js"
"#{root}/transformjs.1.0.beta.2.js"
]

sew "#{SRC_DIR}/libs.js", paths, deps

Expand Down

0 comments on commit f808e59

Please sign in to comment.