-
Notifications
You must be signed in to change notification settings - Fork 0
/
mimosa-config.coffee
44 lines (36 loc) · 1.01 KB
/
mimosa-config.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
exports.config =
minMimosaVersion:'0.8.7'
modules: ['server', 'require', 'minify', 'live-reload', 'combine', 'mimosa-requirebuild-textplugin-include', 'skeleton']
combine:[
{
folder:'Content'
output:'Content/styles.css'
order: ['bootstrap.css', 'bootstrap-responsive.css']
}
{
folder:'Scripts'
output:'Scripts/vendor.js'
order: ['jquery-1.9.1.js', 'knockout-2.2.1.js']
}
]
copy:
extensions: ['js', 'css', 'png', 'jpg', 'jpeg', 'gif', 'htm', 'html', 'eot', 'svg', 'ttf', 'woff', 'otf', 'yaml', 'kml', 'ico', 'htc', 'json', 'txt', 'xml', 'xsd']
watch:
javascriptDir: 'App'
server:
port: 3000
useDefaultServer: true
views:
compileWith: 'html'
extension: 'html'
requireBuildTextPluginInclude:
pluginPath: 'text'
extensions: ['html']
require:
optimize:
overrides:
name: 'durandal/amd/almond-custom'
inlineText: true
stubModules: ['text']
paths:
text: 'durandal/amd/text'