UNPKG

boneyard

Version:

Architectural Toolkit for Web Development

40 lines (39 loc) 1.19 kB
{ "project": { "mainConfigFile": "src/main.js", "modules": [ { "name": "libs" }, { "name": "boneyard-core", "exclude": ["libs"] }, { "name": "boneyard-util", "exclude": ["libs", "boneyard-core"] }, { "name": "boneyard-ioc", "exclude": ["libs", "boneyard-core", "boneyard-util"] }, { "name": "boneyard-ui", "exclude": ["libs", "boneyard-core", "boneyard-util"] } ], "paths": { "libs": "libs", "core": "com/boneyard/core", "ioc": "com/boneyard/ioc", "ui": "com/boneyard/ui", "util": "com/boneyard/util", "templates": "empty:" }, "fileExclusionRegExp": "^\\.|specs|\\.html$|\\.css$|\\.sass$|\\.md$|main.js$", "findNestedDependencies": true, "removeCombined": true, "optimize": "uglify", "uglify": { "toplevel": true, "ascii_only": true, "beautify": false, "max_line_length": 1000, "no_mangle": false }, "dir": "dist" }, "themes": { "bootstrap": { "src": "bower_components/bootstrap/dist", "target": "dist" } }, "banner": "./default-banner.txt" }