Skip to content

Commit

Permalink
Add r.js and an optimization buildfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakumatti Luukkonen committed Aug 31, 2012
1 parent d2f471b commit c17e46b
Show file tree
Hide file tree
Showing 2 changed files with 15,498 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.js
@@ -0,0 +1,11 @@
({
appDir: 'web/',
baseUrl: 'js/',
dir: 'public',
mainConfigFile: 'web/js/main.js',
optimizeCss: 'standard.keepComments',
inlineText: true,
modules: [
{ name:'main', include: ['async', 'views/map_view', 'views/search_view'] }
]
})

0 comments on commit c17e46b

Please sign in to comment.