-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.js
More file actions
43 lines (40 loc) · 709 Bytes
/
build.js
File metadata and controls
43 lines (40 loc) · 709 Bytes
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
require('de-builder')({
"browserSync": {
"enabled": false
},
"type": 3
});
// require('de-builder')({
// "src": "src",
// "build": "build",
// "client": "client",
// "server": "server",
// "less": {
// "file": "app.css",
// "entry": "app.less",
// "folder": "styles"
// },
// "browserify": {
// "single": {
// "entry": "app.coffee",
// "bundle": "app.bundle.js"
// },
// "multi": "bundle.js",
// "debug": true,
// "folder": "js"
// },
// "forever": {
// "entry": "app.js",
// "enabled": true
// },
// "browserSync": {
// "enabled": true,
// "ui": 9000,
// "server": 9001,
// "multi": [
// "vendor"
// ]
// },
// "type": 1,
// "debug": false
// });