mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 06:25:22 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
({
|
|
baseUrl: '../js/',
|
|
name: '../rjs/almond',
|
|
include: ['main'],
|
|
out: '../bundle.js',
|
|
wrap: true,
|
|
exclude: ['../rjs/normalize']
|
|
})
|