Adds manifest.json which contains all of the mappings for the assets ref: https://github.com/roots/roots/pull/1138#issuecomment-62593715 Prune and update NPM deps
23 lines
360 B
JSON
23 lines
360 B
JSON
{
|
|
"dependencies": {
|
|
"theme": {
|
|
"scripts": [
|
|
"scripts/**/*",
|
|
"scripts/main.js"
|
|
],
|
|
"styles": "styles/main.less",
|
|
"editorStyle": "styles/editor-style.less"
|
|
},
|
|
"vendor": {
|
|
"scripts": [],
|
|
"styles": []
|
|
}
|
|
},
|
|
"ignoreDependencies": {
|
|
"bower": [
|
|
"jquery",
|
|
"modernizr"
|
|
]
|
|
}
|
|
}
|