mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
25 lines
452 B
JavaScript
25 lines
452 B
JavaScript
({
|
|
appDir: "../",
|
|
baseUrl: "js/",
|
|
include: "main",
|
|
wrap: true,
|
|
dir: "../../winamp2-js-prod",
|
|
optimizeCss: "standard",
|
|
removeCombined: true,
|
|
modules: [
|
|
{ name: 'main' },
|
|
{
|
|
name: 'embed-built',
|
|
create: true,
|
|
include: [
|
|
'almond',
|
|
'embed'
|
|
]
|
|
}
|
|
],
|
|
map: {
|
|
'*': {
|
|
'css': 'css'
|
|
}
|
|
}
|
|
})
|