mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
({
|
|
baseUrl: '../js/',
|
|
name: '../rjs/almond',
|
|
include: ['main'],
|
|
out: '../bundle.js',
|
|
wrap: true,
|
|
exclude: ['../rjs/normalize'],
|
|
pragmasOnSave: {
|
|
excludeRequireCss: true
|
|
}
|
|
})
|