Skip to content

Commit

Permalink
Move and update r.js build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Aug 23, 2016
1 parent 4173029 commit ca684b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/moxie.build.js → moxie.build.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
({
mainConfigFile: 'require.config.js',
baseUrl: '.',
include: ['main'],
name: 'libs/almond',
out: 'main-built.js',
include: ['app/main'],
name: 'app/libs/almond',
out: 'app/main-built.js',
preserveLicenseComments: false
})

0 comments on commit ca684b0

Please sign in to comment.