11 lines
144 B
JavaScript
11 lines
144 B
JavaScript
|
({
|
||
|
paths: {
|
||
|
"bacon": "../Bacon"
|
||
|
},
|
||
|
baseUrl: "js/",
|
||
|
name: "../almond",
|
||
|
include: "main",
|
||
|
optimize: "uglify2",
|
||
|
out: "app.js",
|
||
|
})
|