Skip to content

Commit

Permalink
new format for conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Feb 10, 2013
1 parent 7979cdf commit b763f7f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
js/dist/build.js
17 changes: 0 additions & 17 deletions deppyConf.js

This file was deleted.

15 changes: 15 additions & 0 deletions deppyConf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"baseUrl": "js/",
"paths": {
"jquery": "../assets/jquery.min",
"handlebars": "../assets/handlebars.min",
"ember": "lib/ember-latest.min",
"jasmine": "../assets/jasmine/jasmine",
"jasmine_html": "../assets/jasmine/jasmine-html",
"hbsCompiled": "app/templates/hbsCompiled"
},

"build": {
"input": "js/app.js"
}
}

0 comments on commit b763f7f

Please sign in to comment.