-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathexample.config.js
17 lines (17 loc) · 1.09 KB
/
example.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"baseUrl": ".",
"name": "WinJS-custom",
"deps": [
"amd"
],
"optimize": "none",
"useStrict": true,
"out": "bin/js/WinJS.js",
"wrap": {
"start": "\n/*! Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */\n(function (global) {\n\n (function (factory) {\n if (typeof define === 'function' && define.amd) {\n define([], factory);\n } else {\n global.msWriteProfilerMark && msWriteProfilerMark('WinJS.4.0 4.0.0-preview.winjs.2015.3.25 WinJS-custom.js,StartTM');\n factory(global.WinJS);\n global.msWriteProfilerMark && msWriteProfilerMark('WinJS.4.0 4.0.0-preview.winjs.2015.3.25 WinJS-custom.js,StopTM');\n }\n }(function (WinJS) {\n\n",
"end": "\n require(['WinJS/Core/_WinJS', 'WinJS-custom'], function (_WinJS) {\n global.WinJS = _WinJS;\n });\n return global.WinJS;\n }));\n}(this));\n\n"
},
"paths": {
},
"findNestedDependencies": true
}