Implement JSON file based asset pipeline
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
This commit is contained in:
22
assets/manifest.json
Normal file
22
assets/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"theme": {
|
||||
"scripts": [
|
||||
"scripts/**/*",
|
||||
"scripts/main.js"
|
||||
],
|
||||
"styles": "styles/main.less",
|
||||
"editorStyle": "styles/editor-style.less"
|
||||
},
|
||||
"vendor": {
|
||||
"scripts": [],
|
||||
"styles": []
|
||||
}
|
||||
},
|
||||
"ignoreDependencies": {
|
||||
"bower": [
|
||||
"jquery",
|
||||
"modernizr"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user